type PathKey = string | number;
export declare function assoc_in(value: unknown, keys: PathKey[] | unknown, newValue: unknown): unknown;
export {};
