import { ConfigService } from '../config/config.service.js'; export declare class CleanQuestions { private readonly config; constructor(config: ConfigService); parseEnvironment(environment: string): string; environmentChoices(): Promise; }