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