export declare function streamProcessFile(filePath: string, transformFn: (chunk: string) => string): Promise; export declare function fileContainsPattern(filePath: string, pattern: RegExp): Promise;