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