export interface ServiceOptions {
    port?: number;
    path?: string;
    pollTimeout?: number;
    protocol?: 'http' | 'https';
    hostname?: string;
    outputDir?: string;
    logFileName?: string;
    chromedriverCustomPath?: string;
    args?: string[];
}
//# sourceMappingURL=types.d.ts.map