import { Context, Next } from 'koa'; export declare const changeParticipantUrlMiddleware: (dir: string) => (ctx: Context, next: Next) => Promise; //# sourceMappingURL=change-participant-url-middleware.d.ts.map