/** * Returns the name of the IDB database that will be used for a particular Replicache instance. * @param name The name of the Replicache instance (i.e., the `name` field of `ReplicacheOptions`). * @param schemaVersion The schema version of the database (i.e., the `schemaVersion` field of `ReplicacheOptions`). * @returns */ export declare function makeIDBName(name: string, schemaVersion?: string): string; declare function makeIDBNameInternal(name: string, schemaVersion: string | undefined, _formatVersion: number): string; export { makeIDBNameInternal as makeIDBNameForTesting }; //# sourceMappingURL=make-idb-name.d.ts.map