import { LocaleFormat } from './interfaces/locale-format';
/**
 * Converts a string into an object with all currency display options as properties.
 */
export declare function parseLocaleFormat(format: string): LocaleFormat;
