export function rehypeRemoveRaw(this: import("unified").Processor): void | import("unified").Transformer; export type Root = import('hast').Root; export type DoNotRemoveUsedToAddRawToNodeType = typeof import("mdast-util-to-hast");