import Preprocessor from "./Preprocessor"; import EntityCollection from "../model/dataTypes/EntityCollection"; /** * EntityCollection Preprocessor for the TypeScript interfaces */ export default class TypeScriptInterfacePreprocessor implements Preprocessor { preprocess(entityCollection: EntityCollection): EntityCollection; } //# sourceMappingURL=TypeScriptInterfacePreprocessor.d.ts.map