import { CodeBlockInterceptor } from './codeBlocksInterceptor'; export declare class MarkdownInterceptor extends CodeBlockInterceptor { id: string; constructor(); }