import { type DataType } from '../data-type';
declare const Bit: DataType;
export default Bit;
