import { SyntaxStyle } from "@opentui/core"; import type { ResolvedTheme } from "./types.js"; export declare const buildSyntaxStyle: (resolved: ResolvedTheme) => SyntaxStyle; //# sourceMappingURL=syntax-rules.d.ts.map