import { GlobalAuthenticationConfig } from "../utils/globalConfig"; export declare function requestToken(code: string, redirectUrl: string, config: GlobalAuthenticationConfig): Promise<{ refreshToken: any; accessToken: any; idToken: any; expires: number; }>; //# sourceMappingURL=token.d.ts.map