declare const randomString: (length: number, onlyNumber?: boolean) => string; export { randomString };