/** * Generate a random text with a random length between minLength and maxLength */ export default function generateRandomText(minLength: number, maxLength: number): string; //# sourceMappingURL=generateRandomText.d.ts.map