import { AuthenticatedCommand } from "../../../AuthenticatedCommand"; export default class Create extends AuthenticatedCommand { static readonly description = "create a new Access Control List (ACL)"; static readonly examples: string[]; run(): Promise; }