import type { ASTNode } from "./types.js";
import type { ParserContext } from "./parser-context.js";
export declare function parsePipeTransform(ctx: ParserContext): ASTNode;
