import { ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow"; export declare function getWebhookTriggers(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; description?: string; }[]>; export declare function getWebhooksAsOptions(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; export declare function getFormsAsOptions(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; export declare function getWebhookProperties(this: ILoadOptionsFunctions): Promise;