import { ControllerMixin } from '@lionrockjs/central'; export default class ControllerMixinORMRead extends ControllerMixin { #private; static ORM_OPTIONS: string; static MODEL: string; static INSTANCES: string; static INSTANCE: string; static COUNT: string; static DATABASE_KEY: string; static LIST_FILTER: string; static PAGINATE: string; static init(state: Map): void; static verfiy_order_by(state: Map): void; static action_index(state: Map): Promise; static action_read(state: Map): Promise; static action_edit(state: Map): Promise; }