import { GeneratorOptions } from '@prisma/generator-helper'; export type Options = ReturnType; export declare const parseOptions: ({ generator: { config, output }, dmmf, }: Pick) => { connectDtoPrefix: string; createDtoPrefix: string; cvIsDateString: boolean; cvIsOptional: boolean; decimalAsNumber: boolean; dmmf: import("@prisma/generator-helper").DMMF.Document; dtoSuffix: string; entityPrefix: string; entitySuffix: string; exportRelationModifierClasses: boolean; fileConfig: string; fileNamingStyle: "kebab" | "snake" | "camel" | "pascal"; importPath: string; mode: "graphql" | "openapi"; output: string; outputToNestJsResourceStructure: boolean; prettier: boolean; updateDtoPrefix: string; };