import type ts from "typescript";
import type { PathsObject } from "../types.js";
export default function makeApiPathsEnum(pathsObject: PathsObject): ts.EnumDeclaration;
