import type { CachedMetadata } from "."; import { FeedCache, type CacheStore } from "@snort/shared"; export declare class UserProfileCache extends FeedCache { constructor(store?: CacheStore); key(of: CachedMetadata): string; preload(follows?: Array): Promise; search(q: string): Promise>; takeSnapshot(): CachedMetadata[]; } //# sourceMappingURL=user-metadata.d.ts.map