import type { BitValue } from '../Mask.js'; /** * Converts a bit value to the corresponding number. * @param value - The bit to convert. * @returns The bit value as a number. */ export declare function boolToNumber(value: BitValue): number; //# sourceMappingURL=boolToNumber.d.ts.map