export declare class MLSolution { constructor(); getCapability(): string; getName(): string; getVersion(): string; isActive(): boolean; predict(input?: any, options?: Record): string; } //# sourceMappingURL=MLSolution.d.ts.map