export declare interface RxOrmType { statics?: { [key: string]: Function } methods?: { [key: string]: Function } attachments?: { [key: string]: Function } }