declare function buildUuid(): string;
export declare const Uuid: {
    new: typeof buildUuid;
};
export {};
