import { PopupTrigger } from '../schema/index.ts'; /** * Returns true once the trigger condition has fired. The mount layer uses this * to decide when to open the popup; the content renderer never sees it. */ export declare function useTrigger(trigger: PopupTrigger, enabled?: boolean): boolean;