/** * Class providing DCAT data type utilities and JSON-LD redirect registration. */ export declare class DcatDataTypes { /** * Register redirects for DCAT namespace to enable offline JSON-LD processing. */ static registerRedirects(): void; /** * Register all the DCAT data types with their JSON schemas. */ static registerTypes(): void; }