import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class AwsElb implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getLoadBalancers(this: ILoadOptionsFunctions): Promise; getLoadBalancerListeners(this: ILoadOptionsFunctions): Promise; getSecurityGroups(this: ILoadOptionsFunctions): Promise; getSubnets(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=AwsElb.node.d.ts.map