import type { SetDataAction } from "../types.js";
export declare function checkSetActionItemKeysAreUnique(p: SetDataAction): boolean;
