export declare const $ServerGetResponse: {
    properties: {
        server: {
            type: string;
        };
    };
};
