import AlgorithmIdentifier from './AlgorithmIdentifier.js';
declare class KeyEncryptionAlgorithmIdentifier extends AlgorithmIdentifier {
    static get pwriAes256cbc(): (aesIv: AllowSharedBufferSource) => Readonly<KeyEncryptionAlgorithmIdentifier>;
    static get pwriAes256gcm(): (nonce: AllowSharedBufferSource) => Readonly<KeyEncryptionAlgorithmIdentifier>;
}
export default KeyEncryptionAlgorithmIdentifier;
//# sourceMappingURL=KeyEncryptionAlgorithmIdentifier.d.ts.map