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