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