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