import * as A from '../api/accountAPITypes'; import * as C from '../api/courseAPITypes'; import { Match } from '../request/requestBuidler'; import { Selector } from '../utils'; export declare function getAccount(): Promise; export declare function getAccountId(): Promise; export declare function getSubAccount(accountId: Match["account_id"]): Promise; export declare function getCoursesInAccount(accountId: Match["account_id"], courseOption: Match): Promise; export declare function getCourseSyllabus(courseId: Match["id"], selector: Selector, T>): Promise; export declare function getCourseSyllabusInAccount(accountId: Match["account_id"], selector: Selector, T>): Promise;