/** * No process strategy * @description Intervention request noprocess strategy configuration * @author ravorona */ import { InterventionRequestStrategy } from '../strategies'; declare const noprocessStrategy: InterventionRequestStrategy; export default noprocessStrategy;