import * as aws from "@pulumi/aws"; export declare const getNlb: () => Promise<{ nlb: aws.lb.GetLoadBalancerResult; } | undefined>;