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