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