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