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