export declare const HELP_KEY = "--help";
export declare const INIT_KEY = "--init";
export declare const NEW_SETUP_KEY = "--new";
export declare const LAUNCH_SETUP_KEY = "--launch";
export declare const SETUP_NAME_KEY = "--setup-name";
export declare const SETUP_PATH_KEY = "--setup-path";
export declare const BROWSER_NAME_KEY = "--browser";
export declare const PROCESS_ARGUMENTS: {
    HELP_KEY: string;
    INIT_KEY: string;
    NEW_SETUP_KEY: string;
    LAUNCH_SETUP_KEY: string;
    SETUP_NAME_KEY: string;
    SETUP_PATH_KEY: string;
    BROWSER_NAME_KEY: string;
};
