import { SynapseContextType } from '@/utils/context/SynapseContext';
import { PropsWithChildren } from 'react';
export declare const MOCK_ACCESS_TOKEN = "mock-access-token";
export declare const MOCK_CONTEXT_VALUE: SynapseContextType;
export declare const MOCK_CONTEXT: import("react").Context<SynapseContextType>;
/**
 * Full context object with default values for testing.
 *
 * If using @testing-library/react, see {@link TestingLibraryUtils#createWrapper}
 */
export declare function SynapseTestContext({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MockSynapseContext.d.ts.map