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