import { IBucketPair } from './IBucketPair'; export interface IBuckets { currentBuckets: IBucketPair; nextBuckets: IBucketPair; }