import type { ctx_T } from 'ctx-core/be' import type { auth0__client_id__body_T } from '../_types/index.js' export declare function auth0__body_< Out extends auth0__client_id__body_T = auth0__client_id__body_T >( ctx:ctx_T, data:unknown ):Out export { auth0__body_ as auth0_body_, }