import { APIMethods } from '../types.js'; declare function getApiMethods(path: string): APIMethods[]; export { getApiMethods };