export { DataSourceArgs } from "./dataSource"; export type DataSource = import("./dataSource").DataSource; export declare const DataSource: typeof import("./dataSource").DataSource; export { FaqArgs } from "./faq"; export type Faq = import("./faq").Faq; export declare const Faq: typeof import("./faq").Faq; export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource"; export declare const getDataSource: typeof import("./getDataSource").getDataSource; export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput; export { GetFaqArgs, GetFaqResult, GetFaqOutputArgs } from "./getFaq"; export declare const getFaq: typeof import("./getFaq").getFaq; export declare const getFaqOutput: typeof import("./getFaq").getFaqOutput; export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex"; export declare const getIndex: typeof import("./getIndex").getIndex; export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput; export { IndexArgs } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; export * from "../types/enums/kendra";