export declare function parseConfigValue(raw: string): {
    value?: unknown;
    error?: string;
};
