/**
 * A helper function to generate a random 3 digit number string
 * @returns string
 */
export declare function getUniqueId(): string;
