export { buildProjectDeleteUrl, deleteRemoteProject, parseProjectDeleteArgs, projectCommand, } from "./command.js"; export type { ProjectDeleteOptions } from "./command.js"; export { handleProjectCommand } from "./handler.js"; //# sourceMappingURL=index.d.ts.map