export declare const isArrayOfString: (possibleArray: any) => boolean;
