import TAst from '../types/ast';
import { IBkcOptions } from '../types/callable';
declare const ast: (code: string, optionsE?: IBkcOptions | undefined) => TAst;
export default ast;
