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