export declare const SELECT_OBJECTIVE = "SELECT_OBJECTIVE"; export declare const selectObjective: (objective: string) => { type: string; objective: string; }; //# sourceMappingURL=objectives.d.ts.map