import { TunnelOptions } from './types.js'; /** * Start an LB tunnel via SSM Session Manager to the internal ALB */ export declare function startLbTunnel(options: TunnelOptions): Promise; //# sourceMappingURL=lb.d.ts.map