import { type CodeToken } from './tokens.js'; export declare function codeSourceOf(el: Element): string; export interface ApplyOptions { readonly filler?: boolean; } export declare function applyTokens(el: Element, tokens: readonly CodeToken[], options?: ApplyOptions): void; //# sourceMappingURL=apply.d.ts.map