import { Auth0Client, GetTokenSilentlyVerboseResponse } from "@auth0/auth0-spa-js";
import { CustomAuthParams } from "../../types/auth/auth0";
export declare const getAuth0Client: () => Promise<Auth0Client>;
export declare function getTokenSilently(auth0: Auth0Client, authParams: CustomAuthParams): Promise<GetTokenSilentlyVerboseResponse>;
