import { RuleInline } from 'markdown-it'; /** `\setcounter{section}{number}` * Sets count for `section` to contain the value number. * *Note:* number can be positive or negative. * */ export declare const setCounterSection: RuleInline;