/** * Function to generate a random ID */ export declare const uid: () => string;