import type { UsersRelays } from "."; import { type CacheStore, FeedCache } from "@snort/shared"; export declare class UserRelaysCache extends FeedCache { constructor(store?: CacheStore); key(of: UsersRelays): string; preload(follows?: Array): Promise; newest(): number; takeSnapshot(): Array; search(): Promise; } //# sourceMappingURL=user-relays.d.ts.map