import { Config } from "@oclif/core/config"; import { CommandError, Input, ParserOutput } from "@oclif/core/interfaces"; import { ArgOutput, FlagOutput } from "@oclif/core/lib/interfaces/parser.js"; import { BaseCommand } from "./base-command.js"; export declare abstract class SentryCommand extends BaseCommand { protected constructor(argv: string[], config: Config); catch(error: CommandError & { oclif?: { exit: number; }; }): Promise; finally(): Promise; private static readonly SKIP_VERSION_CHECK; private checkCliVersion; parse(options?: Input, argv?: string[]): Promise>; } //# sourceMappingURL=sentry-command.d.ts.map