/** * unique id generator * @param length digit number string * @returns random string */ export default function makeid(length: number): string;