export declare function startParentProcess(input: string[], childProcessLocation: string): Promise<void>;
