/**
 * Usage history command - time-windowed API usage analytics
 *
 * @package @ace-sdk/cli
 * @since v2.10.0
 */
/**
 * Show usage history with time-windowed buckets
 */
export declare function usageCommand(options: {
    window?: string;
    project?: string;
}): Promise<void>;
//# sourceMappingURL=usage.d.ts.map