import { Account, AnonymousJazzAgent } from "jazz-tools"; export declare function JazzTestProvider({ children, account, isAuthenticated, }: { children: React.ReactNode; account?: Acc | { guest: AnonymousJazzAgent; }; isAuthenticated?: boolean; }): import("react/jsx-runtime").JSX.Element; export { createJazzTestAccount, createJazzTestGuest, linkAccounts, setActiveAccount, setupJazzTestSync, MockConnectionStatus, } from "jazz-tools/testing"; //# sourceMappingURL=testing.d.ts.map