import { Server, ServerInterface } from '../../types/asyncapi.js';
export declare const getServersData: (servers: ServerInterface[]) => Server[];
