type ObjectIndex = Record<string, unknown>;
export declare function deepAssign(to: ObjectIndex, from: ObjectIndex): ObjectIndex;
export {};