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