/// <reference path="node/node.d.ts" />
/// <reference path="mocha/mocha.d.ts" />
/// <reference path="chai/chai.d.ts" />
/// <reference path="../node_modules/reflect-metadata/reflect-metadata.d.ts" />
/// <reference path="inflection/inflection.d.ts" />
/// <reference path="sinon/sinon.d.ts" />
/// <reference path="node-uuid/node-uuid-base.d.ts" />
/// <reference path="node-uuid/node-uuid-cjs.d.ts" />
/// <reference path="node-uuid/node-uuid.d.ts" />
/// <reference path="mongodb/mongodb.d.ts" />
/// <reference path="joi/joi.d.ts" />

declare module "util" {
  export function isString(object: any): boolean;
  export function isFunction(object: any): boolean;
  export function isNumber(object: any): boolean;
  export function isUndefined(object: any): boolean;
  export function isNull(object: any): boolean;
  export function isBoolean(object: any): boolean;
  export function isObject(object: any): boolean;
}
