import { NDKUserProfile } from "@nostr-dev-kit/ndk";
import type { NDKCacheAdapterSqlite } from "../../index.js";
/**
 * Convenience method to search for profiles in the database.
 */
export declare function searchProfiles(adapter: NDKCacheAdapterSqlite, query: string): [string, NDKUserProfile][];
//# sourceMappingURL=search-profiles.d.ts.map