import { EncryptionServiceInterface } from "./service/encryption.interface"; export declare class EncryptionFactory { static create(): EncryptionServiceInterface; }