import { DesktopIAPOptions, ClientFetcher, Fetcher } from "./types"; export declare function getClientToken(options: DesktopIAPOptions, refreshToken: string, fetcher?: ClientFetcher | Fetcher): Promise;