import type { Schema } from './schema/schema';
export declare function compile(schemas: Record<string, Schema<any, any>>): Promise<void>;
//# sourceMappingURL=compile.d.ts.map