/** * Checks if `dir` is a using TypeScript (whether there is a tsconfig file or not) */ export declare const isUsingTypeScriptSync: (dir: string, filename?: string | undefined) => boolean; //# sourceMappingURL=is-using-typescript-sync.d.ts.map