default: {
    add: ((cid: string, raw: Uint8Array) => Promise<void>);
    get: ((cid: string) => Promise<Uint8Array>);
}