import { SchemaItem } from './index'; export interface Schema { [key: string]: SchemaItem; } //# sourceMappingURL=Schema.d.ts.map