/** * Evaluates a string or boolean value to a boolean. * Particularly useful for parsing config options. */ export default function evaluateBoolean(value: string | boolean | undefined, defaultValue: boolean): boolean; //# sourceMappingURL=evaluateBoolean.d.ts.map