/*! * Copyright (c) 2019-2023 Digital Bazaar, Inc. All rights reserved. */ import type { IRemoteDocument } from '@interop/data-integrity-core/loader'; export declare function documentLoader(url: string): Promise; //# sourceMappingURL=documentLoader.d.ts.map