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