import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class GoToWebinar implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getWebinars(this: ILoadOptionsFunctions): Promise; getAnswers(this: ILoadOptionsFunctions): Promise; getWebinarSessions(this: ILoadOptionsFunctions): Promise; getTimezones(this: ILoadOptionsFunctions): Promise; getRegistranSimpleQuestions(this: ILoadOptionsFunctions): Promise; getRegistranMultiChoiceQuestions(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=GoToWebinar.node.d.ts.map