/** * Random id generator. * * Generates GUID-like string, does not follow RFC4122. */ export declare function uuid(): string;