import { z } from 'zod';
export declare const $schemaSchema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
