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