import { type CborOptions } from "./options.ts"; /** Encodes the protocol's strict, definite-length RFC 8949 subset. */ export declare function encodeCbor(value: unknown, options?: CborOptions): Uint8Array; //# sourceMappingURL=encoder.d.ts.map