import { Server } from './Server';
export declare type ServerGetResponse = {
    server?: Server;
};
