export type { Options, RequestEventMatcher, TelegramChatId, TelegramToken } from './interfaces.js'; export type { Tags } from '@jackdbd/hapi-request-event-predicates'; export { clientError, serverError, makeGcpCloudRunServiceErrorText } from './texts/index.js'; export type { Config as CloudRunServiceErrorTextConfig } from './texts/cloud-run.js'; declare const _default: { multiple: boolean; name: string; once: boolean; pkg: any; register: (server: import("@hapi/hapi").Server, options?: import("./interfaces.js").Options | undefined) => void; requirements: { hapi: string; }; version: any; }; export default _default; //# sourceMappingURL=index.d.ts.map