import type Hapi from '@hapi/hapi'; import type { Tags } from '@jackdbd/hapi-request-event-predicates'; /** * @public */ export declare const clientError: (request: Hapi.Request, event: Hapi.RequestEvent, _tags: Tags) => string; //# sourceMappingURL=client-error.d.ts.map