import { BaseFeedConfig, FeedFactoryResult } from './types'; export declare function createBaseFeed(config: BaseFeedConfig): FeedFactoryResult; //# sourceMappingURL=createBaseFeed.d.ts.map