import type { DecryptTextWithIdentityInput, DecryptTextWithPassphraseInput, EncryptTextForIdentitiesInput, EncryptTextWithPassphraseInput } from "./types.js"; export declare function encryptTextForIdentities(input: EncryptTextForIdentitiesInput): Promise; export declare function decryptTextWithIdentity(input: DecryptTextWithIdentityInput): Promise; export declare function encryptTextWithPassphrase(input: EncryptTextWithPassphraseInput): Promise; export declare function decryptTextWithPassphrase(input: DecryptTextWithPassphraseInput): Promise; //# sourceMappingURL=text.d.ts.map