export declare type ServerCreateResponse = {
    server_uuid?: string;
    object_uuid?: string;
    request_uuid?: string;
    network_uuids?: Array<string>;
    storage_uuids?: Array<string>;
    ipaddr_uuids?: Array<string>;
};
