export declare const name = "removeMetadata";
export declare const description = "removes <metadata>";
/**
 * Remove <metadata>.
 *
 * https://www.w3.org/TR/SVG11/metadata.html
 *
 * @author Kir Belevich
 *
 * @type {import('../lib/types.js').Plugin}
 * @since 0.0.1
 */
export declare const fn: import('../lib/types.js').Plugin;
