/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ export { getColumnsFromData, getStats, inferAll } from '@msrvida/sanddance-specs'; export { getPresenterStyle } from './defaults'; export declare function isInternalFieldName(columnName: string, includeVegaMorphChartsFields?: boolean): boolean;