import type { ActionName } from "../action.js"; declare const method_map: { [method: string]: ActionName; }; export default method_map;