/**
 * Factory function for creating an instance of IDBFactory.
 *
 * It determines the platform using the {@link PLATFORM_ID} to decide whether to use the
 * browser's IndexedDB or a server-side implementation.
 *
 * @returns {IDBFactory} IDBFactory.
 */
export declare function indexedDbFactory(): IDBFactory;
