import { CardEventKind } from '../primitives/card-contract'; /** Recursive guard (H-D): nested data/patch/context are forwarded to app handlers. */ export declare function hasPollutionKey(value: unknown): boolean; export declare function isKnownEventKind(k: unknown): k is CardEventKind;