export const contentType: "application/vnd.ipld.dag-cbor"; export function encode(data: T): API.ByteView; export function link(bytes: API.ByteView, { hasher }?: { hasher?: API.MultihashHasher; }): Promise>; export function write(data: T, options?: { hasher?: API.MultihashHasher | undefined; } | undefined): Promise>; import * as CBOR from '@ipld/dag-cbor'; import * as API from '@ucanto/interface'; export { code, name, decode } from "@ipld/dag-cbor"; //# sourceMappingURL=cbor.d.ts.map