import { z } from 'zod'; import type { RuntimeZod } from './runtime'; export declare function buildUnifiedSchema(resource: string, operations: string[]): z.ZodObject; export declare function getRuntimeSchemaBuilders(runtimeZ: RuntimeZod): { buildUnifiedSchema: (resource: string, operations: string[]) => z.ZodObject; }; //# sourceMappingURL=schema-generator.d.ts.map