/** * 只读属性避免 循环调用 * @param target */ export declare function readonly(target: any): any;