/** * Marks a property in the state tree as readonly * https://fnx.js.org/docs/api/readonly.html */ export declare function readonly(target: any, key: any): void;