import type { HexString } from '@polkadot/util/types';
import type { Prefix } from './types.js';
export declare function encodeAddress(key: HexString | Uint8Array | string, ss58Format?: Prefix): string;
