import { Root } from 'hast'; /** * Rehype 插件:提取图片 URL 中的尺寸信息 * 将尺寸信息添加到 img 元素的 data-* 属性中 */ export declare function rehypeImageSize(): (tree: Root) => void; export default rehypeImageSize; //# sourceMappingURL=rehype-image-size.d.ts.map