/** * Neural optimize and export commands */ import type { Command } from '../types.js'; export declare const optimizeCommand: Command; export declare const exportCommand: Command; //# sourceMappingURL=neural-optimize.d.ts.map