import { StrayComments } from './comments.ts'; import { NormalizedRegions } from './normalize.ts'; import { TSESLint } from '@typescript-eslint/utils'; export declare function buildNewBody(normalizedRegions: NormalizedRegions, strayComments: Omit, sourceCode: TSESLint.SourceCode): string;