import { type IHookFunctions, type IWebhookFunctions, type ILoadOptionsFunctions, type INodePropertyOptions, type INodeType, type INodeTypeDescription, type IWebhookResponseData } from 'n8n-workflow'; export declare class LinearTrigger implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTeams(this: ILoadOptionsFunctions): Promise; }; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=LinearTrigger.node.d.ts.map