import type { z } from "zod"; export declare function compileRCL(schema: z.ZodTypeAny): string;