import { Bit } from '../types'; export declare const getCounts: (bits: Bit[]) => [number, number];