/** * Attention Mechanism CLI Commands * Provides CLI interface for attention computation, benchmarking, and optimization */ import { Command } from 'commander'; /** * Main attention command */ export declare const attentionCommand: Command; //# sourceMappingURL=attention.d.ts.map