export declare const insertLinesHelper: (insert: string, target: string, contents: string, offset?: number, replace?: number) => string;
