export declare const RESTRICT_SENDER_KEY = "restrict_sender"; export declare function RestrictSender(allowedSenders: string[] | string): (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;