export declare function calendar(): string;
export declare function comments(): string;
export declare function competencies(): string;
export declare function activityCompletion(): string;
export declare function filters(): string;
export declare function gradeHistory(): string;
export declare function activityGradebook(): string;
export declare function inforef({ questionCategoryId, }: {
    questionCategoryId: string;
}): string;
export declare function logs(): string;
export declare function logstore(): string;
export declare function module({ moduleId, sectionId, }: {
    moduleId: string;
    sectionId: string;
}): string;
export declare function activityRoles(): string;
export declare function xapistate(): string;
