export declare class Daemons {
    static FeedUpdate: {
        new (): {};
        start: () => void;
        restart: () => void;
    };
    static ManualPriceReminder: {
        new (): {};
        start: () => void;
        restart: () => void;
    };
    static CutOffReminder: {
        new (): {};
        start: () => void;
        restart: () => void;
    };
}
