import { Model } from "../event-store/interface.js"; import { ProfilePointer } from "../helpers/pointers.js"; import { ProfileContent } from "../helpers/profile.js"; /** A model that gets and parses the kind 0 metadata for a pubkey */ export declare function ProfileModel(user: string | ProfilePointer): Model;