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