import { Reporter } from "../../reporter/Reporter";
export interface IProcessParms {
    reporter: Reporter;
}
