export declare function buildUUID(): string;
export declare function buildShortUUID(prefix?: string): string;
