/** * Creates a new UUIDv4 */ export declare function createUUID(): string;