import { AuthenticatedCommand } from "../../../AuthenticatedCommand"; export default class Update extends AuthenticatedCommand { static readonly description = "modify the values or metadata of a set of Credentials"; static readonly examples: string[]; static readonly args: { ref: import("@oclif/core/lib/interfaces").Arg>; }; run(): Promise; }