export type TypeUuid = string;
export declare const createUuid: () => TypeUuid;
