export declare const $ServersGetResponse: {
    properties: {
        servers: {
            type: string;
        };
    };
};
