/** Function type for scheduling notifications */ export type NotifyFn = (fn: () => void) => void; export declare const scheduleNotifyHook: import("./hook").Hook; //# sourceMappingURL=scheduleNotifyHook.d.ts.map