import type { FetchFunction } from 'webex-message-handler'; export declare function discoverWdmDevicesUrl(token: string): Promise; export declare function createWdmRewriteFetch(wdmDevicesUrl: string): FetchFunction; //# sourceMappingURL=wdm-discovery.d.ts.map