import { EciesSalsaSealBox } from "./ecies_salsa_seal_box"; export declare const setEciesInit: (arg: () => any) => void; /** * This is the main function for reusing webassembly code */ export declare function Ecies(): Promise<{ EciesSalsaSealBox: typeof EciesSalsaSealBox; }>; //# sourceMappingURL=init.d.ts.map