import { ArrayExpression } from 'estree'; export declare function execArrayExpression(exp: ArrayExpression, context: Object): any[];