export { DictionaryArgs } from "./dictionary"; export type Dictionary = import("./dictionary").Dictionary; export declare const Dictionary: typeof import("./dictionary").Dictionary; export { FeedArgs } from "./feed"; export type Feed = import("./feed").Feed; export declare const Feed: typeof import("./feed").Feed; export { GetDictionaryArgs, GetDictionaryResult, GetDictionaryOutputArgs } from "./getDictionary"; export declare const getDictionary: typeof import("./getDictionary").getDictionary; export declare const getDictionaryOutput: typeof import("./getDictionary").getDictionaryOutput; 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";