export declare const convertImmutabilityByPath: (path: string, value: Record<string, any>) => Record<string, any>;
