import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class CoinGecko implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getCurrencies(this: ILoadOptionsFunctions): Promise; getCoins(this: ILoadOptionsFunctions): Promise; getExchanges(this: ILoadOptionsFunctions): Promise; getEventCountryCodes(this: ILoadOptionsFunctions): Promise; getEventTypes(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=CoinGecko.node.d.ts.map