import { Middleware } from 'koa';
/**
 * Creates middleware which strips a base path from each request
 */
export declare function basePathMiddleware(basePath: string): Middleware;
//# sourceMappingURL=basePathMiddleware.d.ts.map