export declare const extJsReg: RegExp; export declare const extTsReg: RegExp; export declare function isExtJs(filepath: string): boolean; export declare function isExtTs(filepath: string): boolean; export declare function extTsToJs(filepath: string): string; //# sourceMappingURL=js.d.ts.map