import type { ASTContainerNode } from '../../ast/types'; export declare function useAST(): ASTContainerNode;