import type { SetDataAction } from "./+types.async-tree.js";
export declare function checkSetActionItemKeysAreValid<K, D>(p: SetDataAction<K, D>): boolean;
