import { OnApplicationBootstrap } from '@nestjs/common'; import { SystemProvider } from '@relate/common'; import RemoveSourcesCommand from '../../commands/dbms-plugin/remove-sources'; export declare class RemoveSourcesModule implements OnApplicationBootstrap { protected readonly parsed: ParsedInput; protected readonly utils: CommandUtils; protected readonly systemProvider: SystemProvider; constructor(parsed: ParsedInput, utils: CommandUtils, systemProvider: SystemProvider); onApplicationBootstrap(): Promise; }