import { Schema, SchemaInfo } from '..'; export interface IFileSchemaService { read(source: string): Promise; write(schema: Schema, fullPath: string): Promise; } //# sourceMappingURL=fileSchemaService.d.ts.map