import { TemplateRootContext } from '@openapi-generator-plus/typescript-generator-common';
/**
 * Convert an operation path (using OpenAPI's `{param}` placeholders) to an
 * Express route path (using `:param` placeholders).
 */
export declare function expressPath(path: string): string;
export declare function index(ctx: TemplateRootContext): string;
