/**
 * Initialize document-level listeners to track the active field container.
 * When a container is active, it receives the 'ai-plugin-active' class.
 */
export declare const useActiveFieldTracking: () => void;
