/** * Returns `true` when file ends with `.js`, `.json` or * `.ts` but not `.d.ts`. */ export declare function isScriptFile(filePath: string): boolean;