import type { ShikiTransformer } from "shiki"; import type { Meta } from "../perser.js"; /** * Add "highlighted-line" property to the hast node if the line is in the range. */ export declare const transformerHighlightLine: (meta: Meta, propsPrefix: string) => ShikiTransformer; //# sourceMappingURL=highlightLine.d.ts.map