export declare function isString(value: any): boolean;
export declare function isArray(value: any): boolean;
