import { EventPlugin } from '../recorder.types';
export declare const parseUrl: (targetKey: string) => EventPlugin;
export declare const parseUserAgent: (targetKey: string) => EventPlugin;
export declare const restoreFragment: (hash: string, extensionTarget?: string) => EventPlugin;
export declare const remoteJoin: (namespace: string, lookupKey: string, extensionTarget: string) => EventPlugin;
