/**
 * Default number of seconds before a JWT expires
 * @author Gabe Abrams
 */
declare const JWT_EXPIRY_SEC = 60;
export default JWT_EXPIRY_SEC;
