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