import { PlaintextWithContext } from '../encryption/index.js'; import { InputPayload } from '../generated/es/inco/covalidator/compute/v1/types_pb.js'; export declare function encodeInput({ plaintext, context, }: PlaintextWithContext): Uint8Array; export declare function decodeInput(input: Uint8Array): InputPayload;