import type { ITemplateUpdate } from '../types/config.types'; export declare const insert: (data: string, updates: ITemplateUpdate[]) => string;