import { z } from "zod"; import { SentryCommand } from "../types/index.js"; export default class WhoAmICommand extends SentryCommand { static args: {}; static description: string; static examples: string[]; static flags: {}; get commandId(): string; get configSchema(): z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; run(): Promise; private getAccessTokenOrExit; private getUserOrExit; } //# sourceMappingURL=whoami.d.ts.map