/** * * @param target * @param source */ export declare function assignToFrozenObject(target: T, source: Partial): T;