/** * Local issue CLI — `aiwg issue ` * * This command operates on local issue storage under `.aiwg/issues/`. It can * also import/export snapshots and opt into live Gitea/GitHub API sync for * local issue migration workflows. * * @issue #1462 */ export declare function main(args: string[], cwd?: string): Promise; //# sourceMappingURL=cli.d.ts.map