import { Mixable as Class } from './object-plus/'; import { Record as Model } from './record'; export * from './collection'; export * from './io-tools'; export * from './object-plus'; export * from './record'; export * from './relations'; export * from './transactions'; export { Model, Class }; export declare const on: any, off: any, trigger: any, once: any, listenTo: any, stopListening: any, listenToOnce: any; export declare function transaction(method: F): F;