import type { EngineType } from '@prisma/generator-helper';
export declare function binaryTypeToEngineType(binaryType: string): EngineType;
