import { JavaJaxrsTemplates } from '@openapi-generator-plus/java-jaxrs-generator-common';
/**
 * This generator's overrides of the DI, class-annotation and whole-file hooks from
 * `java-jaxrs-generator-common` and `java-jaxrs-server-generator`, wiring the generated
 * classes into CDI.
 */
export declare const hooks: Partial<JavaJaxrsTemplates>;
