export declare const initRequestToken: (token: string | undefined | null) => void;
export declare const getAppInfo: (appkey: string) => Promise<import("axios").AxiosResponse<any, any>>;
export declare const optAutoApproveState: (appKey: string, type?: number) => Promise<import("axios").AxiosResponse<any, any>>;
export declare const logout: () => Promise<import("axios").AxiosResponse<any, any>>;
