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