import type { Configuration } from '@openobserve/browser-core'; export declare function onBFCacheRestore(configuration: Configuration, callback: (event: PageTransitionEvent) => void): () => void;