import type { SwaggerConfig } from './types.js';
/**
 * Configure les routes Swagger
 */
export declare function setupSwagger(config: SwaggerConfig): void;
