export declare function insertAfter(fileContent: string, content: string, pattern: RegExp): string;
