export declare class CorePackageService {
    static getPackageRootPath(): string;
    static getPackageName(): string | undefined;
}
