import { HastRootNode } from '../types';
export default function preprocessGoogleDocs(tree: HastRootNode): void;
