import { FlagInput, ArgInput } from '@contentstack/cli-utilities'; import { BaseCommand } from '../../../base-command'; export default class RegionSetCommand extends BaseCommand { config: any; static description: string; static flags: FlagInput; static examples: string[]; static args: ArgInput; run(): Promise; transformUrl(url: string, replacement: string): string; }