declare function randomString(length: any, dictionary: any): string;
export default randomString;
