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