export declare function getChatLocalStorage(botId: string, key: string): string | null; export declare function saveChatLocalStorage(botId: string, key: string, value: string): void; export declare function removeChatLocalStorage(botId: string, key: string): void;