import { UUID } from '../core/UUID';
export declare class UuidUtil {
    static generate(): UUID;
}
