export declare class CryptoService { private machineId; private static readonly IV_LENGTH; private static readonly ALGORITHM; private encryption; constructor(machineId: string); private getEncryption; encrypt(value: string): Promise; decrypt(value: string): Promise; } //# sourceMappingURL=crypto.d.ts.map