import { S98Object } from "./s98_object"; export declare function parseS98(input: ArrayBuffer): S98Object;