export function startServer(config: any): import("child_process").ChildProcessByStdio<import("stream").Writable, null, null>;
export function createMcpCommand(): {
    command: string;
    args: string[];
};
export function getDefaultConfig(): {
    appiumHost: string;
    appiumPort: number;
    screenshotDir: string;
    logLevel: string;
};
//# sourceMappingURL=index.d.cts.map