import type { AdaptCustomAttributes } from './types/index.js'; /** * Adapts a string with custom attributes to a JSON object. * * @param attributes - String with the attributes to parse. * * @returns Custom attributes adapted. */ declare const adaptCustomAttributes: AdaptCustomAttributes; export default adaptCustomAttributes;