import * as Ast from "@unified-latex/unified-latex-types"; type PluginOptions = { /** * Whether or not to fix the lint * * @type {boolean} */ fix?: boolean; } | undefined; export declare const DESCRIPTION: string; export declare const unifiedLatexLintArgumentFontShapingCommands: import('unified').Plugin; export {}; //# sourceMappingURL=index.d.ts.map