export declare function isNumericArray(x: any): x is readonly number[]; export declare function isStringArray(x: any): x is readonly string[];