import { text_node } from "./text_node"; import { code_mark } from "./code_mark"; import { link_mark } from "./link_mark"; import { annotation_mark } from "./annotation_mark"; export declare type code_inline_node = text_node | { marks?: Array; [x: string]: any; }; //# sourceMappingURL=code_inline_node.d.ts.map