import type { CreateAESCipherOptions, AESCipher } from './interface.ts';
export declare const derivedEmptyPasswordKey: {
    alg: string;
    ext: boolean;
    k: string;
    key_ops: string[];
    kty: string;
};
export declare function create(opts?: CreateAESCipherOptions): AESCipher;
//# sourceMappingURL=aes-gcm.browser.d.ts.map