importtype { BitValue } from'../Mask.js';
/**
* Converts a bit value to the corresponding number.
* @paramvalue - The bit to convert.
* @returns The bit value as a number.
*/exportdeclarefunctionboolToNumber(value: BitValue): number;
//# sourceMappingURL=boolToNumber.d.ts.map