import { OffChainLoaderOptions } from './type';
import { DocumentLoader } from '@klayr-did/klayr-decentralized-identifier';
export declare function buildOffChainDocumentLoader(options?: OffChainLoaderOptions): DocumentLoader;
