export declare const getAddress: (encodedAddress: string) => { raw: Uint8Array; hex: string; hash: string; };