export declare class ExtendingObject {
    extender: (destValue: any, sourceValue: any, key?: string, object?: any, source?: any) => any;
}
