import { CommandRunner } from 'nest-commander'; import { ConfigService as NestConfigService } from '@nestjs/config/dist/config.service'; export declare class GenerateAdminExtensionsCommand extends CommandRunner { private readonly configService; private readonly logger; private readonly filename; constructor(configService: NestConfigService); run(_passedParams: string[], _options?: Record): Promise; private loadAllowlist; private get configPath(); }