import type { OpenClawConfig } from "../config/types.openclaw.js";
export declare function noteBootstrapFileSize(cfg: OpenClawConfig): Promise<import("../agents/bootstrap-budget.js").BootstrapBudgetAnalysis>;
