import { ParseErrorCode } from "./json.js"; export declare function getParseErrorMessage(errorCode: ParseErrorCode): string;