export declare function Memoize(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): void;
