import { IAdapterManager } from "./types";
export declare function noOpAdapterManager(): IAdapterManager;
