export declare const IS_LOOKUP_KEY = "isLookup";
export declare const Lookup: () => <TFunction extends Function, Y>(target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;
