export declare const $ServerinIp: {
    type: string;
    contains: {
        properties: {
            create_time: {
                type: string;
                format: string;
            };
            server_uuid: {
                type: string;
            };
            server_name: {
                type: string;
            };
        };
    };
};
