export declare const TS_EXTENSION: string[]; declare const isTsFile: (configPath: string) => boolean; export default isTsFile;