import { type CliError } from "../_utils/cli-error.js"; import { type Result } from "../_utils/result.js"; declare const orgList: () => Promise>; declare const orgSwitch: (slug?: string) => Promise>; export { orgList, orgSwitch };