/**
 * Meta-Frameworks Command - Game-theoretic development protocols
 */
import { Command } from "../cliffy-compat.js";
export interface CommandContext {
    args: string[];
    flags: Record<string, any>;
}
export declare const metaFrameworksCommand: Command;
//# sourceMappingURL=meta-frameworks.d.ts.map