export declare class CheckerHelper { static IsArrayOf(arr: any[], type?: string, uniqueElements?: boolean): boolean; }