export declare class CommandHandler {
    static spawnChildProcess(commandString: string): Promise<unknown>;
}
