/**
 * Generate random guid
 *
 * @example
 *
 * {
 *   id: guid()
 * }
 *
 */
export declare function guid(): string;
