/** * Markdown content for the ADP `decompose` skill. * Splits epics / oversized stories into independently deliverable slices and * writes each slice to the LOCAL backlog (`.setup-agents/state/`), not Jira. */ export declare function decomposeSkillMd(): string;