import { Injector } from '@opensumi/di'; export declare class DocumentFormatService { private readonly logger; private workbenchEditorService; injector: Injector; formatDocumentWith(): Promise; formatSelectionWith(): Promise; } //# sourceMappingURL=format.service.d.ts.map