import type { CommentSpecifier } from './CommentSpecifier.js'; export declare function insertComments(json: string, comments: CommentSpecifier[]): string;