6491ad4
1
2
3
4
import type { NonSharedArrayBuffer } from './types.js'; declare function parse(uuid: string): NonSharedArrayBuffer; export default parse;