KeysRdfParseJsonLd: {
    documentLoader: ActionContextKey<IDocumentLoader>;
    parserOptions: ActionContextKey<Record<string, any>>;
    strictValues: ActionContextKey<boolean>;
} = ...

Type declaration