import type { Hexpubkey, NDKCacheEntry, NDKUserProfile } from "@nostr-dev-kit/ndk"; import type { NDKCacheAdapterSqlite } from "./index.js"; /** * Retrieve all profiles from the cache synchronously * @returns A map of pubkeys to profiles */ export declare function getAllProfilesSync(this: NDKCacheAdapterSqlite): Map>; //# sourceMappingURL=get-all-profiles.d.ts.map