/**
 * Loads all Query and Projection operators
 */
import { Context } from "../core";
/** The basic context for queries. */
export declare const BASIC_CONTEXT: Context;
