import { type INodeExecutionData, type IExecuteFunctions, type INodeType, type INodeTypeDescription } from '@tosspayments/n8n-workflow'; export declare class ExecuteWorkflowTrigger implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=ExecuteWorkflowTrigger.node.d.ts.map