import { MediaTypeEncoder } from './media-type-encoder.js'; import { SchemaLike } from '../schema-runtime.js'; export declare class BinaryEncoder implements MediaTypeEncoder { static readonly default: BinaryEncoder; encode(value: T, _?: SchemaLike): BodyInit; }