import { ParserRule } from '../simple-markdown'; export declare const extend: (additionalRules: Partial, defaultRule: ParserRule) => ParserRule;