import type { ILoadOptionsFunctions } from 'n8n-workflow'; export declare function getScopedParam(this: ILoadOptionsFunctions, paramName: string): string | undefined;