import type { SnackbarState } from '../types'; export declare const updateMessagesFromQueue: (state: SnackbarState) => SnackbarState;