import { ProfileUpdateOptions } from './'; export default class ArweaveAccount { readonly txid: string; readonly addr: string; private readonly opts; constructor(txid: string, addr: string, opts: ProfileUpdateOptions); get handle(): string | undefined; }