// // Copyright (c) ZeroC, Inc. All rights reserved. // declare module "ice" { namespace Ice { /** * Generates a universally unique identifier (UUID). * @return The UUID. */ function generateUUID():string; } }