import { SgCommand } from '../index.js'; import { Database } from 'arangojs'; export default class Backup extends SgCommand { static description: string; run(): Promise; writeCollection(db: Database, collection: string, path: string): Promise; } //# sourceMappingURL=backup.d.ts.map