import type { ctx_T } from 'ctx-core/be' import type { nullish } from 'ctx-core/function' import type { auth0__token_T } from '../_types/index.js' export declare function auth0__token__set( ctx:ctx_T, auth0__token:auth0__token_T|nullish ):void export { auth0__token__set as set_auth0_token, } export type auth0__token__set_T = typeof auth0__token__set export declare type set_auth0_token_T = auth0__token__set_T