/**
 * @param {object} config
 * @param {import('../../types').NetworkService} config.network
 */
export function createWantlist({ network }: {
    network: import('../../types').NetworkService;
}): (options?: import("ipfs-core-types").AbortOptions | undefined) => Promise<import("ipfs-http-client/dist/src").CID<unknown, number, number, import("multiformats/dist/types/src").Version>[]>;
//# sourceMappingURL=wantlist.d.ts.map