export default function uuid(): string; export declare function newGuid(): string; export declare function shortUUID(prefix?: string): string;