import { type EntryControlCCNotification, type PersistValuesContext } from "@zwave-js/cc";
import { type LogNode } from "@zwave-js/core";
import type { ZWaveNode } from "../Node.js";
export interface EntryControlHandlerStore {
    recentSequenceNumbers: number[];
}
export declare function getDefaultEntryControlHandlerStore(): EntryControlHandlerStore;
export declare function handleEntryControlNotification(ctx: PersistValuesContext & LogNode, node: ZWaveNode, command: EntryControlCCNotification, store: EntryControlHandlerStore): void;
//# sourceMappingURL=EntryControlCC.d.ts.map