import { Statement } from '@babel/types';
export declare function parse(source: string): Statement[];
