import { IExecuteFunctions, INodeProperties, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare const listWebhooksFields: INodeProperties[];
export declare function executeListWebhooks(this: IExecuteFunctions): Promise<any>;
export declare class ListWebhooks implements INodeType {
    description: INodeTypeDescription;
    execute(this: IExecuteFunctions): Promise<any>;
}
