import type { SfDecodeOptions } from './SfDecodeOptions.js'; import type { SfMember } from './SfMember.js'; /** * Decode a structured field string into a structured field list * * @param input - The structured field string to decode * @returns The structured field list * * @group Structured Field * * @beta */ export declare function decodeSfList(input: string, options?: SfDecodeOptions): SfMember[]; //# sourceMappingURL=decodeSfList.d.ts.map