import { BaseCommand } from '../../../base-command'; export default class ProxyRemoveCommand extends BaseCommand { static description: string; static examples: string[]; run(): Promise; }