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