import * as i0 from "@angular/core"; export declare class AesService { private readonly SECRET_CODE; private keySize; private iterationCount; private pwdEncrypted; constructor(); generateKey(salt: string): any; encrypt(planText: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=aes.service.d.ts.map