export declare class FCPEntryManager {
    _softNavigationEntryMap?: Map<number, PerformanceSoftNavigation>;
}
