import { AsyncTupleDatabaseClientApi } from "./database/async/asyncTypes"; import { KeyValuePair } from "./storage/types"; /** Useful for managing UI state for React with a TupleDatabase. */ export declare function useAsyncTupleDatabase(db: AsyncTupleDatabaseClientApi, fn: (db: AsyncTupleDatabaseClientApi, ...arg: A) => Promise, args: A): T | undefined; //# sourceMappingURL=../src/useAsyncTupleDatabase.d.ts.map