interface RunDeviceTestOptions { launch?: boolean; } export declare function testRunDeviceCommand(platformName?: string, options?: RunDeviceTestOptions): Promise; export {};