export declare const name = "convertEllipseToCircle"; export declare const description = "converts non-eccentric s to s"; /** * Converts non-eccentric s to s. * * @see https://www.w3.org/TR/SVG11/shapes.html * * @author Taylor Hunt * * @type {import('../lib/types.js').Plugin} * @since 1.3.0 */ export declare const fn: import('../lib/types.js').Plugin;