import type { Root } from 'hast';
export declare const rehypeOptimizedVideo: () => (tree: Root) => void;
