export declare interface IEpubCfiIndirectionResult {
    documentUrl: URL;
    element: Element;
}
