import { SwellCommand } from '../../swell-command.js'; export default class Content extends SwellCommand { static summary: string; static description: string; static args: { 'content-id': import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static flags: { live: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; yes: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; static examples: string[]; run(): Promise; protected catch(error: Error): Promise; private listContent; private showContentViews; private showContentView; private resolveContentId; private showContentDetail; private reverseResolveContentId; private getAppBySlug; private getAppSlugId; private throwContentNotFound; private showContent; }