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