/// <reference types="node" />
export declare function createChildProcessPassedOptionsString<T>(answers: T): string;
export declare function getParentProcessPassedOptions<T = any>(proc: NodeJS.Process): T;
