export declare function addKeysToObject(object: Record<string, any>, keypath: string | string[], value: any): Record<string, any>;
