export declare const isString: (x: any) => x is string;
export declare const isObject: (x: any) => x is object;
