export declare function rollingHeredity(...objects: {
    [key: string]: any;
}[]): {};
export default rollingHeredity;
