export declare class KMS { static encrypt(text: string, kmsId: string): Promise; static decrypt(text: string): Promise; } //# sourceMappingURL=kms.d.ts.map