import { List, ServerList } from '../types'; export declare const mapList: (list: ServerList) => List;