/**
 * Symbol/Character for currency unit
 * @deprecated Due to Multiverse feature it's not recommended to use this hard coded stuff.
 *
 * */
export declare const CurrencySymbol = "\uA7A8";
/**
 * The smallest possible fee
 *
 */
export declare const FeeQuantPlanck = 1000000;
/**
 * One SIGNA expressed in Planck
 *
 */
export declare const OneSignaPlanck = 100000000;
