export default remarkLintFirstHeadingLevel; /** * Configuration. */ export type Options = 1 | 2 | 3 | 4 | 5 | 6; declare const remarkLintFirstHeadingLevel: import("unified-lint-rule").Plugin; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map