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