import type { Tree } from '@angular-devkit/schematics'; /** * Determine if the targeted SDK is typescript based * @param tree Schematic Tree * @param pathInTree Path to the SDK in the tree */ export declare const isTypescriptSdk: (tree: Tree, pathInTree?: string) => boolean; //# sourceMappingURL=is-typescript-project.d.ts.map