import * as KoaRouter from "koa-router"; import { IServeOptions } from "./types"; export declare function Serve(dirPath: string, router: KoaRouter): any; export declare function Serve(dirPath: string, router: KoaRouter, options: IServeOptions): any;