export declare const actionTypes: {
    MAIN: {
        CHANGE: string;
        SET: string;
        RESET: string;
        SET_NEW: string;
    };
};
