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; //# sourceMappingURL=index.d.ts.map