declare const _default: () => { assets: { base: { mosaicId: string; namespaceId: string; divisibility: number; symbol: string; }; earn: { mosaicId: string; divisibility: number; symbol: string; }; }; boosters: { referral: { boost5: { mosaicId: string; divisibility: number; symbol: string; }; boost10: { mosaicId: string; divisibility: number; symbol: string; }; boost15: { mosaicId: string; divisibility: number; symbol: string; }; }; progress: { progress1: { mosaicId: string; divisibility: number; symbol: string; }; }; }; }; export default _default;