export declare class Pubkey { readonly pubkey: string; readonly relays: string[]; constructor(pubkey: string, relays?: string[]); static from(entity: string, relays?: string[]): Pubkey; toString: () => string; toNpub: () => `npub1${string}`; toNprofile: () => `nprofile1${string}`; } //# sourceMappingURL=Pubkey.d.ts.map