import type { RLNInstance } from "./rln.js";
export declare function createRLN(): Promise<RLNInstance>;
