export declare const requestMap: { createChat: { method: string; url: string; }; generateChart: { method: string; url: string; }; getChats: { method: string; url: string; }; getChatDetails: { method: string; url: (chatId: number) => string; }; deleteChat: { method: string; url: (chatId: number) => string; }; };