import type { IChatgptClient } from "../types";
export declare const useChatgpt: () => IChatgptClient;
