import type { CreateOptions, AESCipher } from './interface.js';
export declare function create(opts?: CreateOptions): AESCipher;
//# sourceMappingURL=aes-gcm.d.ts.map