export declare const TOKEN_KEY = "ae-token";
export declare const REFRESH_TOKEN_KEY = "ae-refresh-token";
/**
 * Name of the header set to indicate that the request has been retried
 */
export declare const API_RETRY_FLAG_HEADER = "X-QUERY-RETRY";
