This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
2023-04-09 02:21:39 +00:00
|
|
|
import type { IBls } from "./types.js";
|
2023-04-09 02:32:14 +00:00
|
|
|
export declare const bls: () => Promise<IBls>;
|
2023-04-09 02:21:39 +00:00
|
|
|
export default bls;
|