import type { EncryptionService } from '../src/types.js';
declare let encryption: EncryptionService;
export { encryption as default };
