export declare const name = "removeScripts";
export declare const description = "removes scripts";
/**
 * Remove scripts.
 *
 * https://www.w3.org/TR/SVG11/script.html
 *
 * @author Patrick Klingemann
 * @type {import('../lib/types.js').Plugin}
 * @since 1.0.0
 */
export declare const fn: import('../lib/types.js').Plugin;
