/**
 * Generates a unique identifier using a random combination of hexadecimal characters in the format of XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX..
 *
 * @example
 * const myGuid = guid();
 *
 * @returns A unique identifier string in the format of XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.
 */
export declare function guid(): string;
//# sourceMappingURL=index.d.ts.map