import { Process } from "../interfaces/process"; export declare function runningProcess(payload: T): Process;