export declare function setCurrentTestContext(context: any): void; export declare function initializeSnapshot(): void; export declare const snapshotTesting: { initializeSnapshot: typeof initializeSnapshot; setCurrentTestContext: typeof setCurrentTestContext; };