import type { UnbatchedExecutionExtra } from "../interfaces.ts";
import { UnbatchedStep } from "../step.ts";
import type { __TrackedValueStep } from "./__trackedValue.ts";
export declare class __InputDefaultStep extends UnbatchedStep {
    static $$export: {
        moduleName: string;
        exportName: string;
    };
    isSyncAndSafe: boolean;
    private defaultValue;
    constructor($variableValue: __TrackedValueStep, defaultValue: unknown);
    unbatchedExecute(_extra: UnbatchedExecutionExtra, variableValue: unknown): unknown;
}
//# sourceMappingURL=__inputDefault.d.ts.map