import type { CliOptions, ContextPackCliRecipe, ContextPackOutput, PackVerbosity, SprintFile, Task } from '../types'; export declare function contextPack(options: Pick): void; export declare function buildContextPack(scope: string, taskOption?: string | null, verbosity?: PackVerbosity): ContextPackOutput; /** * Copy-paste CLI recipes for the current handoff using the canonical agent entrypoint * (post-mortem #2 F1 / R6). Keeps progressive disclosure thin: recipes live on the pack, * not in re-inflated skill stubs. */ export declare function buildCliRecipes(scope: string, sprint: SprintFile, task: Task | null): ContextPackCliRecipe[]; //# sourceMappingURL=context-pack.d.ts.map