import { type CborOptions } from "./options.ts"; /** Decodes exactly one item from the protocol's strict RFC 8949 subset. */ export declare function decodeCbor(bytes: Uint8Array, options?: CborOptions): unknown; //# sourceMappingURL=decoder.d.ts.map