import type { IServer } from '@stoplight/types'; import type { Url } from 'postman-collection'; export declare function transformServer(url: Url): IServer | undefined;