declare function toBoolean(val: boolean | string | undefined): boolean;

export { toBoolean };
