import { z } from 'zod/v3';
export declare const getCustomFieldSchema: z.ZodObject<{
    custom_field_id: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    custom_field_id: number;
}, {
    custom_field_id: number;
}>;
//# sourceMappingURL=custom-field-schemas.d.ts.map