/**
 * Create GUID
 *
 * @returns {String}   - The globally-unique identifiers.
 */
declare function guid(): string;
export default guid;
