/** * Validates and executes a checklist mutation through core, then projects the * changed attribute onto the existing DOM item. Keeping the subtree in place * preserves focus, selection, event targets, and framework-owned DOM identity. */ export declare const executeDomChecklistItemCommand: (list: HTMLElement, item: HTMLElement, checked?: boolean) => HTMLElement | null;