export declare const coingeckoConfig: {
    urls: {
        nativeTokenPrice: (chainKey: string) => string;
        ecr20TokenPrice: (contractAddress: string, chainKey: string) => string;
    };
};
