type ProvisionOptions = { fetchImpl?: typeof fetch; routerUrl?: string; resolveAccessToken?: () => Promise; deviceName?: string; }; /** Exchange a narrowly scoped XOPC OAuth grant for a tunnel registration key. */ export declare function provisionTunnelRegistrationKey(options?: ProvisionOptions): Promise; export {};