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