import { Receiver } from '../interfaces';
export declare const Subscribe: (receiver: Receiver) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
