import type { IHookFunctions, IWebhookFunctions, ILoadOptionsFunctions, INodeListSearchResult, INodeType, INodeTypeDescription, IWebhookResponseData } from 'n8n-workflow'; export declare class AwsSnsTrigger implements INodeType { description: INodeTypeDescription; methods: { listSearch: { listTopics(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; }; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=AwsSnsTrigger.node.d.ts.map