import { MockProxyOptions } from "../../types"; export declare const replyWithMock: (options: MockProxyOptions) => (ctx: any, next: any) => Promise;