import { NodeFilterType, PossibleNodeConfigType, SortedNodeFilterType } from '../types';
export declare const getSingboxNodes: (list: ReadonlyArray<PossibleNodeConfigType>, filter?: NodeFilterType | SortedNodeFilterType) => Record<string, any>[];
export declare const getSingboxNodeNames: (list: ReadonlyArray<PossibleNodeConfigType>, filter?: NodeFilterType | SortedNodeFilterType) => ReadonlyArray<string>;
