import { Address } from './types.js';
export declare function getAddress(address: Address): string;
