import { type IHookFunctions, type IWebhookFunctions, type ICredentialsDecrypted, type ICredentialTestFunctions, type ILoadOptionsFunctions, type INodeCredentialTestResult, type INodePropertyOptions, type INodeType, type INodeTypeDescription, type IWebhookResponseData } from 'n8n-workflow'; export declare class BitbucketTrigger implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { bitbucketApiTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; loadOptions: { getWorkspaceEvents(this: ILoadOptionsFunctions): Promise; getRepositoriesEvents(this: ILoadOptionsFunctions): Promise; getRepositories(this: ILoadOptionsFunctions): Promise; getWorkspaces(this: ILoadOptionsFunctions): Promise; }; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=BitbucketTrigger.node.d.ts.map