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