export declare const Next = 25; export declare const Over = 10; export declare const Out = 10; export declare const Multiplier = 10; type Self = typeof import("./walk-range-size"); export type Value = Self[keyof Self]; export {};