import { StatusCode } from '@purista/core'; /** * Runs the getErrorName helper exported by @purista/hono-http-server. * Expose only schemas and metadata that are safe for clients to inspect. */ /** * Converts a PURISTA status code enum member into a human-readable HTTP title. */ export declare const getErrorName: (code: StatusCode) => string; //# sourceMappingURL=getErrorName.d.ts.map