export declare function encryptAes256(encryptionKey: string, data: any): Promise<string>;
//# sourceMappingURL=utils.d.ts.map