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