export declare class Guid {
    private static pad4;
    private static random4;
    static newGuid(): string;
}
