import { ICryptoService } from "./ICryptoService"; declare const implementation: ICryptoService;
export default implementation;