/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { util } from '@msrvida/vega-morphcharts'; declare const allTruthy: typeof util.allTruthy, concat: typeof util.concat, push: typeof util.push; export { allTruthy, concat, push };