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