export declare function findFilesWithString(targetDirectory: string, stringToSearch: string): string[];
