export declare class Endpoints {
    GET_OUTCOME: string;
    LIST_OUTCOME_RESULTS_BY_COURSE: string;
    LIST_OUTCOME_RESULTS_BY_STUDENTS: string;
    LIST_OUTCOMES_ROLLUP: string;
    LIST_OUTCOME_GROUPS_BY_COURSE: string;
}
//# sourceMappingURL=endpoints.d.ts.map