import { SliceMatcher } from '../matchers/slice'; /** * Iterates through the possible allocations of `available` across `slices`. */ export declare function distributeAcrossSlices(slices: Array>, available: number): IterableIterator>;