/** * Generates a unique ID. * * @returns {number} Returns the unique ID. */ export declare const uniqueId: () => number; export default uniqueId;