import type { BinaryPaths } from '@prisma/generator-helper';
import type { GetBinaryPathsByVersionInput } from '../getGenerators';
export declare function getBinaryPathsByVersion({ neededVersions, platform, version, printDownloadProgress, skipDownload, binaryPathsOverride, }: GetBinaryPathsByVersionInput): Promise<Record<string, BinaryPaths>>;
