import { Extension } from '../types'; import { getIndentGuides } from 'prism-code-editor/guides'; /** Extension adding indent guides to an editor. Does not work with word wrap. */ declare const indentGuides: () => Extension; export { getIndentGuides, indentGuides };