import { OpenApi } from '../types'; export declare const generatePaths: (openApi: OpenApi) => void;