import type { Logger } from '@comunica/types';
import { ActionContextKey } from './ActionContext';
export declare const CONTEXT_KEY_LOGGER: ActionContextKey<Logger>;
