declare const notify: (notification: Omit, "id" | "group"> & Partial, "group">>, timeout?: number) => () => void; export default notify;