import { Block } from './Block';
export declare class JavascriptAst {
    topLevelBlock: Block;
    constructor();
}
