export declare function modelExtend(superModel: any, attributes: any): {
    new (): {
        [x: string]: any;
    };
    [x: string]: any;
};
