export declare function sizeDistribution(targetArray: number[], index: number, newValue: number, thresholds: number[]): [Array<number>, boolean];
