import { InlineCodeNode, TextNode } from '../types'; export declare const inlineCodeNode: (value: string) => InlineCodeNode | TextNode;