UNPKG

179 BTypeScriptView Raw
1export declare class KMS {
2 static encrypt(text: string, kmsId: string): Promise<string>;
3 static decrypt(text: string): Promise<string>;
4}
5//# sourceMappingURL=kms.d.ts.map
\No newline at end of file