/**
 * A collection of tools for working with structured fields.
 *
 * @packageDocumentation
 */
export { decodeSfDict } from './structuredfield/decodeSfDict.js';
export { decodeSfItem } from './structuredfield/decodeSfItem.js';
export { decodeSfList } from './structuredfield/decodeSfList.js';
export { encodeSfDict } from './structuredfield/encodeSfDict.js';
export { encodeSfItem } from './structuredfield/encodeSfItem.js';
export { encodeSfList } from './structuredfield/encodeSfList.js';
export type { SfBareItem } from './structuredfield/SfBareItem.js';
export type { SfDecodeOptions } from './structuredfield/SfDecodeOptions.js';
export type { SfDictionary } from './structuredfield/SfDictionary.js';
export type { SfEncodeOptions } from './structuredfield/SfEncodeOptions.js';
export type { SfInnerList } from './structuredfield/SfInnerList.js';
export { SfItem } from './structuredfield/SfItem.js';
export type { SfMember } from './structuredfield/SfMember.js';
export type { SfParameters } from './structuredfield/SfParameters.js';
export { SfToken } from './structuredfield/SfToken.js';
//# sourceMappingURL=structuredfield.d.ts.map