import { NotificationEventTypesMap } from "@veltdev/types";
export declare function useNotificationEventCallback<T extends keyof NotificationEventTypesMap>(action: T): NotificationEventTypesMap[T];
