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