import { ChildProcess } from 'child_process'; export declare const execLogger: (operation: ChildProcess, name: string) => void;