export declare abstract class ArrayHelper { static checkStringArray(arr: string[], def: null | undefined | []): string[]; }