import type { Attach } from '../../wing/index.js'; import { type CodeHighlighter } from '../../code/index.js'; export interface PaintOptions { readonly highlight?: CodeHighlighter; readonly version?: () => string | number; } export declare function makeCodeAttach(options?: PaintOptions): Attach; export declare const codeAttach: Attach; //# sourceMappingURL=paint.d.ts.map