import { WebCryptoEncryptionMaterial, WebCryptoDecryptionMaterial, WebCryptoMaterial } from '@aws-crypto/material-management'; export declare function importForWebCryptoEncryptionMaterial(material: WebCryptoEncryptionMaterial): Promise; export declare function importForWebCryptoDecryptionMaterial(material: WebCryptoDecryptionMaterial): Promise; export declare function importCryptoKeyToMaterial>(material: T): Promise; //# sourceMappingURL=keyring_helpers.d.ts.map