import { AuthenticatedCommand } from "../../../AuthenticatedCommand"; export default class Update extends AuthenticatedCommand { static readonly description = "update an existing Access Control List (ACL)"; static readonly examples: string[]; static readonly args: { ref: import("@oclif/core/lib/interfaces").Arg>; }; run(): Promise; }