export type RuntimeEventEmitter = (detail: Detail) => void; /** * Stable emitter for `runtime.events`. * * Returns a memoized function that dispatches a `CustomEvent` on the per-runtime * `EventTarget` so host apps can fire integration events. */ export declare const useRuntimeEventEmitter: (type: string) => RuntimeEventEmitter; //# sourceMappingURL=useRuntimeEventEmitter.d.ts.map