import type { HexString } from '../types';
export declare function decodeAddress(publicKey: string): HexString;
export declare function encodeAddress(publicKeyRaw: string | Uint8Array): string;
