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