import type { InboxMessage } from './inbox-message-manager';
export declare function resetInboxComponentState(): void;
export declare function initializeInboxComponent(): void;
export declare function updateInbox(messages?: InboxMessage[]): Promise<void>;
export declare function destroyInbox(): void;
