export declare function isString(val: any): boolean; export declare const isPrimitive: (value: any) => boolean;