import { ModelType } from '../../types/monaco';
export declare const findModel: (models: ModelType[], filePath: string) => ModelType | undefined;
//# sourceMappingURL=model.d.ts.map