import type { RunRecipeOptions } from '../../commands/recipes/recipes.js';
export declare const description = "Manage context files for AI tools";
export declare const run: (runOptions: RunRecipeOptions) => Promise<void>;
//# sourceMappingURL=index.d.ts.map