import type { StepConfig } from "../../core/types/ConfigTypes.js";
import type { INumberGeneratorStrategy } from "../../core/interfaces/INumberGeneratorStrategy.js";
export type TruncatedCubicConfig = StepConfig;
export declare class TruncatedCubicGenerator implements INumberGeneratorStrategy<TruncatedCubicConfig> {
    generate({ step }: TruncatedCubicConfig): Generator<bigint>;
}
//# sourceMappingURL=TruncatedCubicGenerator.d.ts.map