import { SpreadElement } from 'estree'; export declare function execSpreadElement(element: SpreadElement, arr: any[], context: Object): void;