export * from '@aws-crypto/encrypt-browser'; export * from '@aws-crypto/decrypt-browser'; export * from '@aws-crypto/material-management-browser'; export * from '@aws-crypto/caching-materials-manager-browser'; export * from '@aws-crypto/kms-keyring-browser'; export * from '@aws-crypto/raw-aes-keyring-browser'; export * from '@aws-crypto/raw-rsa-keyring-browser'; export * from '@aws-crypto/web-crypto-backend'; import { CommitmentPolicy, ClientOptions } from '@aws-crypto/material-management-browser'; import { buildEncrypt } from '@aws-crypto/encrypt-browser'; import { buildDecrypt } from '@aws-crypto/decrypt-browser'; export declare function buildClient(options?: CommitmentPolicy | ClientOptions): ReturnType & ReturnType; //# sourceMappingURL=index.d.ts.map