declare function CheckObjectCoercible<T extends {}>(value: T, errorMessage?: string): T;
export = CheckObjectCoercible;
