export declare class TimeSeriesExample { static generateSampleData(n?: number): number[]; static runBasicExample(): void; static runStrategiesExample(): void; private static testStepwiseStrategy; private static testRollingWindowStrategy; private static testAdaptiveStrategy; static runComparisonExample(): void; static runFullExample(): void; } //# sourceMappingURL=example.d.ts.map