declare function uuid(prefix?: string): string;

export { uuid };
