import type { IConstruct } from 'constructs';
/**
 * Collect all acknowledged rule IDs from construct metadata across the tree.
 */
export declare function collectAcknowledgedRuleIds(root: IConstruct): Set<string>;
