export declare function encryptData(keyURL: string, keyName: string, payload: string, ivSecretName: string): Promise<string>;
