import { Hasher, Options } from './types/types';
import { DocumentLoader } from '../loaders/jsonld-loader';
export declare function getHasher(opts?: Options): Hasher;
export declare function getDocumentLoader(opts?: Options): DocumentLoader;
