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