import { Command } from '@contentstack/cli-command'; import { FlagInput } from '@contentstack/cli-utilities'; export default class ImportSetupCommand extends Command { static description: string; static examples: string[]; static flags: FlagInput; static aliases: string[]; static usage: string; run(): Promise; private createImportSetupContext; }