import 'reflect-metadata';
import { Fallback } from '../interfaces/fallback.interface';
export declare function UseFallback(Fallback: Fallback | Function): <TFunction extends Function, Y>(target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;
