export declare function isString(str: string): str is string; export declare function isStringArray(arr: string[]): arr is string[];