import { RuleBlock } from 'markdown-it'; export declare const parseOneCommand: (state: any, str: any) => number; export declare const reNewCommand: (state: any, lineText: string) => void; export declare const ReNewCommand: RuleBlock;