import { IContext } from "../_context"; export declare function hasAncestor(symbol: symbol): (ctx: IContext) => boolean; export declare function hasAncestor(): never; export declare function hasAncestor

(): (ctx: IContext) => boolean;