/// <reference types="bluebird" />
import { Feed } from 'opds-extra/lib/v1/core';
export declare function makeOPDSOtherSource(feed: Feed): Feed;
export declare function makeOPDSOther(): import("bluebird")<Feed>;
