export default retextPreset;
export type Preset = import('unified').Preset;
/** @type {Preset} */
declare const retextPreset: Preset;
