import { CodegenOperationGroup } from '@openapi-generator-plus/types';
import { JavaModelContext } from '@openapi-generator-plus/java-jaxrs-generator-common';
/**
 * This client's whole `Api.java` interface for one operation group: one Retrofit-annotated
 * method per operation, using Retrofit's own `@retrofit2.http.*` request/parameter annotations
 * directly (rather than the family's shared JAX-RS-oriented operation rendering).
 */
export declare function api(group: CodegenOperationGroup, ctx: JavaModelContext): string;
