export declare function findFilesWithExtension(dir: string, extension: string): string[];
