import type { ILoadOptionsFunctions } from 'n8n-workflow'; export declare function webhook_getSubscriptions(this: ILoadOptionsFunctions): Promise<{ name: string; description: string; value: string; }[]>;