/// /// export declare class KMSService { private encryptionContext; constructor(); decrypt(ciphertext: string): Promise; decryptV3(buffer: Buffer, kmsClientParams: any): Promise; } //# sourceMappingURL=kms-service.d.ts.map