import { NodeFilterType, PossibleNodeConfigType, SortedNodeFilterType } from '../types'; export declare const getSurfboardExtendHeaders: (wsHeaders: Record) => string; /** * @see https://getsurfboard.com/docs/profile-format/proxy/ */ export declare const getSurfboardNodes: (list: ReadonlyArray, filter?: NodeFilterType | SortedNodeFilterType) => string; export declare const getSurfboardNodeNames: (list: ReadonlyArray, filter?: NodeFilterType | SortedNodeFilterType) => string;