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