import type { Dispatch, SetStateAction } from 'react'; import type { ChannelNotifications } from '../../context/ChannelStateContext'; export declare const makeAddNotifications: (setNotifications: Dispatch>, notificationTimeouts: number[]) => (text: string, type: 'success' | 'error') => void; //# sourceMappingURL=utils.d.ts.map