export declare function encrypt(plaintext: Uint8Array | string | null, keyName: string): Promise<Uint8Array | string | null>;
