/** * A mobx-keystone error. */ export declare class MobxKeystoneError extends Error { constructor(msg: string); }