export declare const typeOf: (x: any) => string; export declare const isString: (value: any) => value is string; export declare const isObject: (value: any) => value is Object;