/** * 对class 的所有方法设置内网鉴权 */ export declare function InnerClass(): (target: Function, name?: string | undefined, descriptor?: PropertyDescriptor | undefined) => void; export declare const innerClass: (target: Function, name?: string | undefined, descriptor?: PropertyDescriptor | undefined) => void;