import {DataParsingFunction} from "../data-parser.js"; /** * Number type parser. */ export declare const numberTypeParser: DataParsingFunction;