import * as Koa from 'koa';
export declare function koaProxy(ctx: Koa.Context, sourceUrl: string, headers?: {
    [header: string]: string;
}): Promise<unknown>;
