import type { Course } from '../http';
export declare function findTeacher(findTeacherName: string, courses: Course[]): {
    teacherName: string;
    courseId: import("../http").ParamType;
    teacherUid: import("../http").ParamType;
};
