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