import type { JsonSchema } from './types'; export declare const SCHEMA_VERSION = "1.1"; export declare function schemaVersion(): string; export declare function getSchema(name?: string): JsonSchema; //# sourceMappingURL=schema.d.ts.map