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