/** * Return a random string of length 4 * @returns {string} */ export declare function randomId(): string;