export default function convert2boolean(val: string | boolean, default_val?: boolean): boolean;