export declare const documentLoader: (iri: string) => {
    documentUrl: string;
    document: any;
};
