/** * CLI command: cost * Token usage and cost tracking */ export declare function execute(args: string[], options: Record): Promise;