export declare const tSchemaOfTSchema: {
    type: "lazy";
    name: string;
    required: boolean;
    getSchema: () => any;
};
