export default remarkLintNoMultipleToplevelHeadings;
/**
 * Styles.
 */
export type Depth = Heading["depth"];
/**
 * Configuration.
 */
export type Options = Depth;
declare const remarkLintNoMultipleToplevelHeadings: import("unified-lint-rule").Plugin<Root, 2 | 1 | 3 | 4 | 5 | 6 | null | undefined>;
import type { Heading } from 'mdast';
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map