import { ExtractPropertyNamesOfType } from '@mike-north/types'; /** * Apply a simple caching layer to a unary method * * @param target class containing the method * @param propertyKey name of method * @param _descriptor property descriptor * @public */ export declare function memoize any>>(target: O, propertyKey: K, _descriptor: TypedPropertyDescriptor): TypedPropertyDescriptor | void; //# sourceMappingURL=decorators.d.ts.map