export declare class Utils {
    constructor();
    shuffleArray: (array: string[]) => string[];
}
