import { ModelService } from '.'; export interface Library { load(model: ModelService): void; }