import { teacher } from "../resources/index.js"; export declare const method = "getTeachers"; export declare type result = teacher[];