import { BinaryType, engineEnvVarMap } from '@prisma/fetch-engine'; import * as TE from 'fp-ts/TaskEither'; export { BinaryType, engineEnvVarMap }; export declare function resolveBinary(name: BinaryType, proposedPath?: string): Promise; export declare function safeResolveBinary(name: BinaryType, proposedPath?: string): TE.TaskEither; export declare function maybeCopyToTmp(file: string): Promise;