import type { ContextFunction, Contexts } from '../types'; declare function context(symbol: symbol): T | undefined; declare function context(context: Contexts, fn: ContextFunction): T; export default context;