import type * as DMMF from '@prisma/dmmf'; /** * @internal * @remarks Used by, for example, the PDP to avoid child process calls to the CLI. */ export declare function dmmfToTypes(dmmf: DMMF.Document): string;