export interface NativeTokenData { address: string; blockchain: string; ticker: string; } export declare const nativeTokensData: NativeTokenData[];