import type { EventOperation } from "../factories/types.js"; import { ProfileContent } from "../helpers/index.js"; /** Sets the content of a kind 0 metadata event */ export declare function setProfile(content: ProfileContent): EventOperation; /** Updates the content of a kind 0 metadata event */ export declare function updateProfile(content: Partial): EventOperation;