declare const makeReference: (sequenceName: string, sequence: string, filePath: string) => Promise; declare const asyncBwaMem: (refPath: string, reads: string | Array | Array>, runName: string, libName: string, outputDir: string, onData: Function, options?: any) => Promise; export { asyncBwaMem, makeReference };