import type { CCConstructor, CommandClass } from "@zwave-js/cc"; import type { ExpectStatic } from "vitest"; export declare function assertCC(expect: ExpectStatic, callArg: any, options: { nodeId?: number; cc: CCConstructor; ccValues?: Record; }): void; //# sourceMappingURL=assertCC.d.ts.map