import type { SchemaDefinition } from '../typings'; export declare class Schema { filePath: string; file: SchemaDefinition; constructor(filePath: string); private loadFile; get path(): string; toString(): string; } //# sourceMappingURL=schema.d.ts.map