declare const randomString: (length_?: number) => string;
export default randomString;
