import { Cell } from '@ipfn/cell';
import { Bytes } from './codec';
export declare function encode(cell: Cell, name: string): Bytes;
export declare function decode(body: Bytes): Cell;
