import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class YouTube implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getLanguages(this: ILoadOptionsFunctions): Promise; getCountriesCodes(this: ILoadOptionsFunctions): Promise; getVideoCategories(this: ILoadOptionsFunctions): Promise; getPlaylists(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=YouTube.node.d.ts.map