declare const _default: {
    flushAll: () => void;
    report: (spanName: string, duration: number) => void;
};
export default _default;
