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