import type { CodexUsageSnapshot } from "./payload.ts"; export declare function formatCodexUsage(snapshot: CodexUsageSnapshot): string;