import Command from '../../command.js';
export default class WaitForDeviceCommand extends Command<string> {
    execute(serial: string): Promise<string>;
}
//# sourceMappingURL=waitfordevice.d.ts.map