/**
 * Default value of the prefix key use it to store the token and the user
 * @type {string}
 */
export declare const PREFIX_KEY: string;
/**
 * Default value of the suffix key use it to store the token
 * @type {string}
 */
export declare const AUTH_KEY: string;
/**
 * Default value of the suffix key use it to store the user
 * @type {string}
 */
export declare const USER_KEY: string;
