/// import { ChildProcess } from 'child_process'; export declare type EmptyFn = () => R; export declare type MaybePromise = Promise | T; export declare type Action = EmptyFn>;