import type { IBls } from "./types.js";
export declare const bls: () => Promise<IBls>;
export default bls;