/** * The number of seconds to keep nonces. Must expire a few seconds before this * @author Gabe Abrams */ declare const NONCE_LIFESPAN_SEC: number; export default NONCE_LIFESPAN_SEC;