StructuredWriter: {
    get buffer(): Buffer;
    addToStore(contents, path): Promise<void>;
    finalize(): Promise<void>;
    getDestinationPath(): undefined | string;
}

Type declaration