import { type CCAPI } from "@zwave-js/cc";
/** Creates a wrapper that looks like an instance of a specific CC API, but can handle multiple instances of that API */
export declare function createMultiCCAPIWrapper<T extends CCAPI>(apiInstances: T[]): T;
//# sourceMappingURL=MultiCCAPIWrapper.d.ts.map