/** * Check if .js files are outdated compared to .ts files * Used by npmglobalize to verify target project has compiled TypeScript */ export declare function checkTsBuild(projectDir?: string): { valid: boolean; errors: string[]; }; //# sourceMappingURL=check-ts-build.d.ts.map