import type { SliceSelector } from "../../parser/ast.ts"; import type { JsonValue } from "../results.ts"; import type { Context, StackItem } from "../types.ts"; export default function visitSliceSelector(ctx: Context, { root, path, value, index }: StackItem, node: SliceSelector): void;