import parserMachine from './parser'; import * as ESTree from './es-tree'; import { Options } from './parser/type'; export declare function parseScript(source: string, options?: Options): ESTree.Program; export default parserMachine; //# sourceMappingURL=grater.d.ts.map