import { createChat } from '@forgeflowai/chat/index'; export declare function createTestChat(options?: Parameters[0]): { unmount: () => void; container: Element; };