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