export default GetRandomWord;

declare function GetRandomWord(
    min: number,
    max?: number,
    candidates?: string
): string;