import { ExecaSyncReturnValue } from 'execa'; /** * * Spawns a new process * */ export declare function spawnChild(pkg: string): ExecaSyncReturnValue;