declare function getRandomString(length: number, alphanumeric?: "a" | "n"): string;

export { getRandomString };
