/**
 * @fileoverview CSS Framework Integration Command for OrdoJS CLI
 * Handles integration of CSS frameworks like Tailwind CSS
 */
import { Command } from 'commander';
/**
 * Register CSS framework integration command
 */
export declare function registerCSSFrameworkCommand(program: Command): void;
//# sourceMappingURL=css-framework.d.ts.map