/** * Creates a random ID. */ export declare const generateUuid: (length?: number) => string; export default generateUuid;