import { ContextFunction } from "../../types";
export declare function isContext(value: any): value is ContextFunction;
