import { networkidType } from 'config/types'; import type { DidJson } from 'lib/p2p/did'; import type { SKDB } from './ipfs.interface'; export declare const createIpfs: (opts: { did: DidJson; networkid: networkidType; }) => Promise;