export default remarkLintFencedCodeMarker; /** * Styles. */ export type Marker = "`" | "~"; /** * Configuration. */ export type Options = Marker | "consistent"; declare const remarkLintFencedCodeMarker: import("unified-lint-rule").Plugin; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map