import { PartialDeep } from 'type-fest'; export declare const useChatAPI: (target: Record | undefined, factory: () => PartialDeep, onReady?: () => void) => void; //# sourceMappingURL=useChatAPI.d.ts.map