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