export declare function isStringArray(testData: any): testData is string[];
