/** * 防重复提交 * @param thisArgPrototype * @param methodName * @param propertyDescriptor */ export declare function Lock(thisArgPrototype: any, methodName: string, propertyDescriptor: PropertyDescriptor): void;