import { TChatGPTResponse } from '../types/TTChatGPTResponse'; export declare const usePomme: () => { ask: (prompt: string) => Promise; };