import type { OpenApi } from '../OpenApi';
export declare const getServer: (openApi: OpenApi) => string;
