export declare class Guid { static validator: RegExp; static EMPTY: string; private value; static isGuid(guid: any): boolean; static create(): Guid; static createEmpty(): Guid; static parse(guid: string): Guid; static raw(): string; private static gen; private constructor(); equals(other: Guid): boolean; isEmpty(): boolean; toString(): string; toJSON(): any; } //# sourceMappingURL=guid.utils.d.ts.map