import { OauthParams, PasswordLoginBody } from '../types'; export declare const fetchApplication: () => Promise>; export declare function oAuthParamsToQuery(oAuthParams?: OauthParams): string; export declare const pwdLogin: (data: PasswordLoginBody, oAuthParams?: OauthParams) => Promise>; export declare const getTokenByCode: (code: string, code_verifier: string) => Promise>; //# sourceMappingURL=index.d.ts.map