/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { TypeHints } from './TypeHints.js'; /** * This is a collection of default string values for inferring strict types from strings. * They replicate the defaults from pandas. * https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#csv-text-files */ export declare const TypeHintsDefaults: Required;