import type { DecryptBinaryWithIdentityInput, DecryptBinaryWithPassphraseInput, EncryptBinaryForIdentitiesInput, EncryptBinaryWithPassphraseInput } from "./types.js"; export declare function encryptBinaryForIdentities(input: EncryptBinaryForIdentitiesInput): Promise; export declare function decryptBinaryWithIdentity(input: DecryptBinaryWithIdentityInput): Promise; export declare function encryptBinaryWithPassphrase(input: EncryptBinaryWithPassphraseInput): Promise; export declare function decryptBinaryWithPassphrase(input: DecryptBinaryWithPassphraseInput): Promise; //# sourceMappingURL=files.d.ts.map