export declare function parseBadConfigValueErrorInfo(stderr: string): { key: string; value: string; } | null;