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