/** * Context Savings Command * Show token savings from compaction */ export interface ContextSavingsOptions { serverUrl?: string; json?: boolean; } /** * Show token savings from compaction */ export declare function contextSavings(options?: ContextSavingsOptions): Promise; //# sourceMappingURL=savings.d.ts.map