import { type AttrsOptions } from 'markdown-it-attrs'; import type { ExtensionAuto } from "../../../../core/index.js"; export type YfmConfigsSpecsOptions = { /** markdown-it-attrs options */ attrs?: AttrsOptions; /** Disable markdown-it-attrs plugin */ disableAttrs?: boolean; }; export declare const YfmConfigsSpecs: ExtensionAuto;