import { EBodyType, RawBodyType } from "@gongt/ts-stl-library/request/request"; export declare function initBodyParser(type: EBodyType, limit?: number | string): any; export declare function createRawMiddleware(type: RawBodyType, limit?: string | number): any;