import { SupportedDenoms } from '../types'; export declare const DENOM_TO_DISPLAY_MAP: { [key in SupportedDenoms]?: string; }; export declare const getReadableDenom: (denom: SupportedDenoms | string) => string;