/** * List Projects Command (legacy - uses unified client internally) * * This is kept for backward compatibility but delegates to listJiraProjectsCommand */ export declare function lsProjectsCommand(options: { json?: boolean; target?: string; }): Promise; //# sourceMappingURL=ls-projects.d.ts.map