export type UUID = string;
export type Version = {
    major: number;
    minor: number;
};
