import { GeneratorOptions } from '@prisma/generator-helper';
export declare const getPrismaClientOutputPath: (options: GeneratorOptions) => {
    prismaClientPath: string | string[];
} | undefined;
//# sourceMappingURL=getPrismaClientOutputPath.d.ts.map