import { type SetupFunction } from '@zenweb/core'; import { BodyOption } from './types'; export * from './types'; export * from './body'; export * from './parse'; export * from './global'; export default function setup(opt?: BodyOption): SetupFunction;