import type { NonSharedArrayBuffer } from "./types.js";
declare function parse(uuid: string): NonSharedArrayBuffer;
export default parse;
