import type { SchemaTypes } from '@pothos/core'; export declare function getFieldDescription(model: string, builder: PothosSchemaTypes.SchemaBuilder, fieldName: string, description?: string | false): string | undefined; export declare function getModelDescription(model: string, builder: PothosSchemaTypes.SchemaBuilder, description?: string | false): string | undefined; //# sourceMappingURL=description.d.ts.map