import type { SupportLanguage } from 'prettier'; export declare const languages: Partial[]; export declare const parsers: { "cspell-dictionary-parse": import("prettier").Parser; 'json-stringify': import("prettier").Parser; yaml: import("prettier").Parser; }; export declare const printers: { "cspell-dictionary-ast": import("prettier").Printer; };