import { NodeFilterType, PossibleNodeConfigType, SortedNodeFilterType } from '../types';
/**
 * @see https://github.com/crossutility/Quantumult-X/blob/master/sample.conf
 */
export declare const getQuantumultXNodes: (nodeList: ReadonlyArray<PossibleNodeConfigType>, filter?: NodeFilterType | SortedNodeFilterType) => string;
export declare const getQuantumultXNodeNames: (nodeList: ReadonlyArray<PossibleNodeConfigType>, filter?: NodeFilterType | SortedNodeFilterType) => string;
