import type { EasingFunction } from "./types";
export declare type Direction = "start" | "end";
export declare const steps: (steps: number, direction?: Direction) => EasingFunction;
//# sourceMappingURL=steps.d.ts.map