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