import { Struct } from "./Struct.mjs";
export declare function readBinaryCfg(bytes: ArrayBuffer | Uint8Array): Struct[];
