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