import type { UseVibesOptions, UseVibesResult } from "@vibes.diy/use-vibes-types"; import { callAI as defaultCallAI } from "call-ai"; export declare function useVibes(prompt: string, options?: UseVibesOptions, callAI?: typeof defaultCallAI): UseVibesResult;