/**
 * A symbol to identify the type of the currency model for a given
 * currency provider
 */
export declare const PROVIDER_CURRENCY_MODEL: unique symbol;
