export type CleanupIdsParams = { remove?: boolean | undefined; minify?: boolean | undefined; preserve?: string[] | undefined; preservePrefixes?: string[] | undefined; force?: boolean | undefined; }; /** * @typedef CleanupIdsParams * @property {boolean=} remove * @property {boolean=} minify * @property {string[]=} preserve * @property {string[]=} preservePrefixes * @property {boolean=} force */ export declare const name = "cleanupIds"; export declare const description = "removes unused IDs and minifies used"; /** * Remove unused and minify used IDs (only if there are no `