import { AuthenticatedCommand } from "../../../AuthenticatedCommand"; export default class Create extends AuthenticatedCommand { static readonly description = "add a new Trunk to the SIP network"; static readonly examples: string[]; run(): Promise; }