export { FeedArgs } from "./feed"; export type Feed = import("./feed").Feed; export declare const Feed: typeof import("./feed").Feed; export { GetFeedArgs, GetFeedResult, GetFeedOutputArgs } from "./getFeed"; export declare const getFeed: typeof import("./getFeed").getFeed; export declare const getFeedOutput: typeof import("./getFeed").getFeedOutput; export * from "../types/enums/elementalinference";