declare const assetsAliases: Record<string, {
    iconSymbol: string;
    symbol: string;
    tokenTag: string;
}>;

declare const assetsNames: Record<string, string>;

declare const brands: Record<string, string>;

declare const chainsNames: Record<number | string, string>;

declare const wallets: Record<string, {
    name: string;
    identityFlag: string;
}>;

export { assetsAliases, assetsNames, brands, chainsNames, wallets };
