import { FlagInput } from '@contentstack/cli-utilities'; import { BaseCommand } from '../../../base-command'; export default class ProxySetCommand extends BaseCommand { static description: string; static flags: FlagInput; static examples: string[]; run(): Promise; }