import { SgCommand } from '../index.js'; export default class Cleanup extends SgCommand { static summary: string; static usage: string; static flags: { compact: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; eraseDb: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; static strict: boolean; run(): Promise; } //# sourceMappingURL=cleanup.d.ts.map