import type { Target } from './-target'; /** Used internally by the DOM interaction helpers to get a description of a target for debug/error messaging. @private @param {Target} target the target @returns {string} a description of the target */ export default function getDescription(target: Target): string; //# sourceMappingURL=-get-description.d.ts.map