export declare type OutPageLoadEvent = { kind: "page_load"; content: any; localStorage: string; sessionStorage: string; url: string; };