import type { KoaContext, KoaNext } from '../com-types';
/**
 * koa certificate Authority 文件的下载路由，中间件生成器：
 * @returns
 */
export default function certAuthFileDownload(): (ctx: KoaContext, next: KoaNext) => Promise<any>;
