/** * Generate random guid * * @example * * { * id: guid() * } * * @remarks this isn't a GUID, but a 10 char random alpha-num */ export declare function guid(): string;