export const name: "removeXMLProcInst"; export const description: "removes XML processing instructions"; /** * Remove XML Processing Instruction. * * @example * * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;