export declare class AppConfig {
    private rl;
    constructor();
    getConfigFromCommandLine(): Promise<boolean>;
    private setVariable;
}
