blob: 935b48468d513f183d9fac13a30fd2ae71c6ec44 [file] [log] [blame]
export interface Config {
help?: boolean;
fork?: boolean;
highlightDelay?: string;
seleniumAddress?: string;
logDir?: string;
port?: number;
}
export declare function processArgs(argv: string[]): Config;
export declare function printHelp(): void;