export declare const isString: (arg: any) => boolean; export declare const isArray: (arg: any) => boolean; export declare const isObject: (arg: any) => boolean;