import * as z from 'zod'; export declare const fieldLocalParameterSchema: z.ZodObject<{ fullWidth: z.ZodDefault; description: z.ZodOptional; }, "strip", z.ZodTypeAny, { fullWidth: boolean; description?: string | undefined; }, { fullWidth?: boolean | undefined; description?: string | undefined; }>; export type FieldLocalParam = z.input; export type FieldLocalParamInternal = z.infer; //# sourceMappingURL=types.d.ts.map