import type { EncryptionPublicKey } from '../../../domain/keypair.js'; export declare function encrypt(publicJwk: EncryptionPublicKey, content: string): Promise; //# sourceMappingURL=encrypt.d.ts.map