/** * Returns Index of the next item, circular wrapping to the beginning (`0`). */ export declare function next_idx_(length:number, index?:number):number export { next_idx_ as _next_idx, next_idx_ as _idx__next, }