import { FormattingOptions, LanguagePlugin, ServicePlugin } from '@volar/language-service'; export declare function createFormatter(languages: LanguagePlugin[], services: ServicePlugin[]): { env: import("@volar/language-service").ServiceEnvironment; format: (content: string, languageId: string, options: FormattingOptions) => Promise; settings: {}; };