import { CoreConfigService } from '../core-config.service';
import * as i0 from "@angular/core";
export declare class CryptoJsService {
    protected coreConfigService: CoreConfigService;
    encrypt(value: string): any;
    decrypt(value: string): any;
    private secretPassphrase;
    static ɵfac: i0.ɵɵFactoryDeclaration<CryptoJsService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CryptoJsService>;
}
