export default remarkLintOrderedListMarkerValue;
/**
 * Configuration.
 */
export type Options = Style | "consistent";
/**
 * Counter style.
 */
export type Style = "one" | "ordered" | "single";
declare const remarkLintOrderedListMarkerValue: import("unified-lint-rule").Plugin<Root, Options | null | undefined>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map