export declare function replaceGenerated(s: string, v: string, modifier?: string): string; export declare function processFileContent(path: string, processor: (v: string) => string): void;