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