export declare function useChatApi(): { path: (routePath: string) => string; runtimePath: (routePath: string) => string; conversationV2Enabled: boolean; withChatHeaders: >(options?: T) => T & { headers?: Record; }; };