import PULSEAdapter from './PULSEAdapter';
export declare function list(): Promise<{
    displayName: string;
    available: boolean;
    roles: string[];
    connect: () => Promise<PULSEAdapter>;
}[]>;
//# sourceMappingURL=USBDebugHost.d.ts.map