import { Collector } from './collector';
import { Store } from '../../typings/stappo/store';
export declare class CmcCollector extends Collector {
    private http;
    private subscription;
    constructor(store: Store);
    private subscribeTicker;
    private unsubscribeTicker;
    protected onStart(): void;
    protected onStop(): void;
}
