export declare const $IpRelation: {
    properties: {
        servers: {
            type: string;
        };
        loadbalancers: {
            type: string;
        };
    };
};
