import { RootContext } from '@openapi-generator-plus/java-jaxrs-generator-common';
/** Configures the local CXF/Weld environment used by the generated API tests. */
export declare function testConfiguration(root: RootContext): string;
