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