import { type IIntegration, LanguagesEnum } from '@metad/contracts'; export declare class MinerUController { private readonly minerUIntegrationStrategy; connect(integration: IIntegration, languageCode: LanguagesEnum): Promise<{ success: boolean; }>; private formatErrorMessage; } //# sourceMappingURL=mineru.controller.d.ts.map