/** * generateV4 generates a string based on the 4th version of the RFC. */ export declare const generateV4: (noDash?: boolean) => string; /** * @private */ export declare const webGenerateV4: (noDash?: boolean) => string;