export declare class Models { modelsPath: string; models: any[]; constructor(modelsPath: string); load(): Promise; }