export namespace guid { /** * Create an RFC4122 version 4 compliant GUID. * * @returns {string} A new GUID. */ function create(): string; }