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