import type { EmptyObject } from '@purista/core'; /** * Base Hono bindings type used by the Hono HTTP service. */ export type BindingsBase = EmptyObject; //# sourceMappingURL=BindingsBase.d.ts.map