export declare const R2_SESSION_WEBVIEW = "persist:readium2pubwebview"; export declare const READIUM2_ELECTRON_HTTP_PROTOCOL = "httpsr2"; export declare const convertHttpUrlToCustomScheme: (url: string) => string; export declare const convertCustomSchemeToHttpUrl: (url: string) => string;