import * as DMMF from '@prisma/dmmf'; export declare function getMethodJSDocBody(action: DMMF.ModelAction, mapping: DMMF.ModelMapping, model: DMMF.Model): string; export declare function getMethodJSDoc(action: DMMF.ModelAction, mapping: DMMF.ModelMapping, model: DMMF.Model): string; export declare function wrapComment(str: string): string; export declare function getArgFieldJSDoc(type?: DMMF.OutputType, action?: DMMF.ModelAction, field?: DMMF.SchemaArg | string): string | undefined; export declare function escapeJson(str: string): string;