/** * Check TypeScript configurations in the workspace. * @param rootPath */ export declare const checkTypeScript: (rootPath: string) => Promise;