export declare function notValidExtension(filePath: string, ignoredExtensions: string[], debug?: boolean): boolean;
