export declare function serializeOverridesIntoCommandLine(options: {
    [k: string]: any;
}): string[];
