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