import { AuthCommand } from '../authCommand'; export default class ImportCancelCommand extends AuthCommand { #private; static hidden: boolean; static idempotent: boolean; static description: string; static flags: { config: import("@oclif/core/interfaces").OptionFlag; all: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; }