import { NetworkConfig } from './types';
declare const ids: string[];
declare const getById: (id: string) => NetworkConfig | null;
export { getById, ids };
//# sourceMappingURL=connections.d.ts.map