import { type DataFormatConfig, type DataFormatNotationType } from '../types'; export declare const getDataFormatConfigFromNotation: (notation: DataFormatNotationType) => DataFormatConfig;