import type { Profile } from "./types";
export declare function parseBinaryProfile(buffer: ArrayBuffer): Profile;
//# sourceMappingURL=parse.d.ts.map