import type { NetworkResponse } from '../services/network'; export declare function ensureInboxDependencies(): Promise; export declare function initializeInboxFromCache(): Promise; export declare function processInboxConfig(response: NetworkResponse | undefined): Promise; export declare function isInboxEnabled(): boolean;