import { AgentDeps, HyperPage } from "../../types/agent/types";
declare const DEFAULT_MAX_STEPS = 3;
export declare function attachCachedActionHelpers(agent: AgentDeps, page: HyperPage): void;
export { DEFAULT_MAX_STEPS };
