export declare const validateIsObject: () => { validate: (value: any) => value is object; error: string; };