// eslint-disable-next-line @typescript-eslint/ban-types declare function thisBooleanValue(value: boolean | Boolean): boolean; export = thisBooleanValue;