/** * Convenience mock instance for collection tests within an authorized firebase context. * * Uses {@link authorizedFirestoreOnlyFactory} to avoid touching the Storage emulator's * global rules endpoint, preventing interference with parallel storage test workers. * * Uses @firebase/firestore. This is ONLY for the client. */ export declare const authorizedTestWithMockItemCollection: import("@dereekb/util/test").TestContextFactory; /** * Convenience mock instance for storage tests within an authorized firebase context. * * Uses @firebase/storage. This is ONLY for the client. */ export declare const authorizedTestWithMockItemStorage: import("@dereekb/util/test").TestContextFactory;