declare function toBool(val: any): boolean;

export = toBool;
