/**
 * Find a range of unset bits in the {@link BitSet}
 * useful for allocation algorithms
 * @param {BitSet} bitset
 * @param {number} bit_count
 * @param {number} start_index
 * @returns {number}
 */
export function bitset_find_clear_gap(bitset: BitSet, bit_count: number, start_index?: number): number;
//# sourceMappingURL=bitset_find_clear_gap.d.ts.map