export default getTrace;
declare function getTrace(el: any): {
    trace: any[];
    customContext: {};
};
//# sourceMappingURL=getTrace.d.ts.map