import { BinaryType } from '@prisma/fetch-engine';
export declare function getVersion(enginePath?: string, binaryName?: BinaryType): Promise<string>;
