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