import { SyntaxStyler } from './syntax_styler.js'; /** * Pre-configured `SyntaxStyler` instance with all built-in languages registered. * * @example * ```ts * import {syntax_styler_global} from './syntax_styler_global.js'; * * const html = syntax_styler_global.stylize('const x = 1;', 'ts'); * ``` */ export declare const syntax_styler_global: SyntaxStyler; //# sourceMappingURL=syntax_styler_global.d.ts.map