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