/** * Handle all the data types for Activity Streams. */ export declare abstract class ActivityStreamsDataTypes { /** * Register the JSON-LD Redirects. */ static registerRedirects(): void; /** * Register all the data types. */ static registerTypes(): void; }