export default retextProfanitiesIt; export type Options = import('./create-plugin.js').Options; declare const retextProfanitiesIt: (options?: Readonly | null | undefined) => (tree: import("nlcst").Root, file: import("vfile").VFile) => undefined;