import { INodeType, INodeTypeDescription, IWebhookFunctions } from 'n8n-workflow';
export declare class OneClickAiWadminTrigger implements INodeType {
    description: INodeTypeDescription;
    webhook(this: IWebhookFunctions): Promise<any>;
}
