import { AST } from './ast';
export declare function addSymbols(astInstance: AST): void;
