import { ImcServer } from "../model/server";
export declare const mcFormat: (name: string, address: string, server: any, options?: any) => string;
export declare const serverListFormat: (serverList: ImcServer[]) => string;
