export declare const $DeletedServersGetResponse: {
    properties: {
        deleted_servers: {
            type: string;
        };
    };
};
