import { Database } from 'arangojs';
export declare class RevertCommand {
    static execute(migrationsDir: string, database: Database, collectionName: string): Promise<void>;
}
//# sourceMappingURL=revert.command.d.ts.map