import { FeedType } from "./feedType"; export declare function getFeedTypesForActionType(actionType: string): FeedType[];