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