export declare abstract class InitableModel { constructor({init}: { init?: {}; }); initializeByConfig(init: any): void; }