import Application from 'koa'; /** * 解析上传文件 * @param app app实例 */ export declare const multipart: (app: Application) => void;