export declare const $LoadbalancerGetResponse: {
    properties: {
        loadbalancer: {
            type: string;
        };
    };
};
