export declare function Memoized<T = unknown>(target: object, propertyKey: string | symbol, descriptor?: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T>;
