import type { EncryptPayload } from '../types'; export declare function encrypt(arg: EncryptPayload): Promise;