export declare class Endpoints {
    LIST_ASSIGNMENTS: string;
    LIST_ASSIGNMENTS_BY_COURSE_WITH_SCRIPT: string;
    LIST_ASSIGNMENTS_WITH_DUE_DATES: string;
    LIST_ASSIGNMENTS_BY_USER_AND_COURSE: string;
}
//# sourceMappingURL=endpoints.d.ts.map