export declare namespace ComponentUtil { function checkPkgVersionConsistency(pkgName: string | RegExp, projectPath: string): void; function getComponentAlias(keywords?: string[]): string[]; } //# sourceMappingURL=component-util.d.ts.map