import TAst from '../types/ast';
import { IBkcOptions } from '../types/callable';
import TExecute from '../types/execute';
declare const execute: (ast: TAst, optionsE: IBkcOptions) => TExecute;
export default execute;
