/**
 * Always call and wait this async function to be finished to initialize async bls module loading.
 */
export declare function initialize(): Promise<void>;
