import type { Program } from './nodes';
export declare function withParents(tree: Program): Program;
