import { INodeType, INodeTypeDescription } from 'n8n-workflow';
import { IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow/dist/Interfaces';
export declare class WechatOfficialAccountTrigger implements INodeType {
    description: INodeTypeDescription;
    webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>;
}
