import { ApplicationPackage } from './application-package'; export declare class ModuleChecker { protected readonly pkg: ApplicationPackage; constructor(pkg: ApplicationPackage); check(modulePath: string): boolean; } //# sourceMappingURL=module-checker.d.ts.map