import * as acorn from 'acorn'; export declare function parse(source: string): acorn.Program;