import type { Context, StackItem } from "../types.ts"; export default function visitWildcardSelector(ctx: Context, { root, path, value, index }: StackItem): void;