import * as es from 'estree';
export declare function transpileToLazy(program: es.Program): void;
