export declare class Settings {
    static get browserName(): string;
    static get browserWidth(): number;
    static get browserHeight(): number;
    static get headless(): boolean;
    static get baseUrl(): string;
    static get timeout(): number;
    static get chromeArguments(): string[];
}
