export declare function saveInternalRumData(key: string, value: any): void; export declare function getInternalRumData(key: string): T;