import { AbstractAction } from './AbstractAction';
import type { InjectModuleInstance } from '../../types/interfaces';
export declare class EntityManagerAction extends AbstractAction {
    run(instance: InjectModuleInstance): void;
}
