import type { Options } from '@wdio/types';
import type { ServiceOptions } from './types';
export default class SafariDriverLauncher {
    private _options;
    private _config;
    private _process?;
    private _outputDir;
    constructor(_options: ServiceOptions, _: never, _config: Options.Testrunner);
    onPrepare(): Promise<void>;
    onComplete(): void;
    private _redirectLogStream;
}
//# sourceMappingURL=launcher.d.ts.map