import { NodeFilterType, PossibleNodeConfigType, SortedNodeFilterType } from '../types'; export declare const getLoonNodes: (list: ReadonlyArray, filter?: NodeFilterType | SortedNodeFilterType) => string; export declare const getLoonNodeNames: (list: ReadonlyArray, filter?: NodeFilterType | SortedNodeFilterType, separator?: string) => string;