export declare class UUID {
    static randomUUID(): string;
}
