import StaticServerLauncher from './launcher.js';
import type { StaticServerOptions } from './types.js';
export default class StaticServerService {
}
export declare const launcher: typeof StaticServerLauncher;
export * from './types.js';
declare global {
    namespace WebdriverIO {
        interface ServiceOption extends StaticServerOptions {
        }
    }
}
//# sourceMappingURL=index.d.ts.map