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