import { FilePathMapping } from "../yamlIncludes/dto"; export declare class SchemaServiceForIncludes { private jsonSchemaService; private schemaContributions; constructor(jsonSchemaService: any); onUpdate(fileMappings: FilePathMapping): void; private getPathToSchemaFileMappings; private getSchemaContributions; } export interface PathToSchemaMapping { key: string; path: string; file: string; tsFile: string; fromType: string; }