import { DataParams } from '../../types'; export declare const cypherContent: ({ content, contentType, encryptionPublicKey, privateKey, }: { content: DataParams["content"]; contentType: string; encryptionPublicKey: string; privateKey: string; }) => string;