import { RequestBuilder, type TaggedNostrEvent } from "."; import { BackgroundLoader } from "./background-loader"; import { type CachedMetadata } from "./cache"; export type { ProfilePriority } from "./background-loader"; export declare class ProfileLoaderService extends BackgroundLoader { name(): string; onEvent(e: Readonly): CachedMetadata | undefined; getExpireCutoff(): number; buildSub(missing: string[]): RequestBuilder; } //# sourceMappingURL=profile-cache.d.ts.map