/**
 * Duration to store tokens in the store (in seconds)
 * @author Gabe Abrams
 */
declare const TOKEN_LIFESPAN_SEC = 15770000;
export default TOKEN_LIFESPAN_SEC;
