/**
* Get the files in the output directory that should be processed.
*
* @param outPath The output directory.
* @param extensions A list of extensions to match.
*/exportdeclarefunctiongetFilesToProcess(outPath: string, extensions: string[]): string[];