export type RemoveCommentsParams = { preservePatterns?: (ReadonlyArray | false) | undefined; }; /** * @typedef RemoveCommentsParams * @property {ReadonlyArray | false=} preservePatterns */ export declare const name = "removeComments"; export declare const description = "removes comments"; /** * Remove comments. * * @example * * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} * @since 0.0.1 */ export declare const fn: import('../lib/types.js').Plugin;