import type { SfDecodeOptions } from '../SfDecodeOptions.js';
import type { SfMember } from '../SfMember.js';
import type { ParsedValue } from './ParsedValue.js';
export declare function parseList(src: string, options?: SfDecodeOptions): ParsedValue<SfMember[]>;
//# sourceMappingURL=parseList.d.ts.map