import type { ClientMiddlewareFn } from "./types";
export declare const noopMiddleware: ClientMiddlewareFn;
