export declare const name = "sortDefsChildren"; export declare const description = "Sorts children of to improve compression"; /** * Sorts children of defs in order to improve compression. Sorted first by * frequency then by element name length then by element name (to ensure * grouping). * * @author David Leston * * @type {import('../lib/types.js').Plugin} * @since 1.3.0 */ export declare const fn: import('../lib/types.js').Plugin;