/** * `slope ticket done ` — mark a ticket complete (GH #316). * * Pairs with `slope sprint begin` (S88-3) to close the agent happy-path * loop. Verifies the ticket exists in the roadmap, finds the player's * active claim, attaches an optional commit SHA, and releases the claim. */ export declare function ticketCommand(args: string[]): Promise; //# sourceMappingURL=ticket.d.ts.map