export declare function setDeepObjectProperty(object: Record, keys: (string | symbol)[], value: unknown): void;