export declare function getCoreTrmDependencies(globalPath?: string): {
    [key: string]: string;
};
