/** * API definition module. */ export { api, __setEntryPoint } from "./definition.js"; export type { CompiledApi } from "./definition.js";